---
title: The Unwritten Laws of Engineering
description: A web development blog, kept since 2009.
url: https://expiredqueues.com/books/the-unwritten-laws-of-engineering/
image: https://expiredqueues.com/images/og/books-the-unwritten-laws-of-engineering-773f23f0.jpg
---

![Cover of The Unwritten Laws of Engineering](https://expiredqueues.com/images/opt/the-unwritten-laws-of-engineering-320.jpeg)

# The Unwritten Laws of Engineering

[W. J. King](https://en.wikipedia.org/wiki/W._J._King) & James G. Skakoon · 2019 · English

## Related from Expired Queues

- [On the verge of MNC life](https://expiredqueues.com/on-the-verge-of-mnc-life/) - a field report on exactly the unwritten rules this book writes down.
- [The Pragmatic Programmer](https://expiredqueues.com/books/the-pragmatic-programmer/)
- [The 6 Types of Working Genius](https://expiredqueues.com/books/the-6-types-of-working-genius/)

## Record

- ISBN

  9780791861967

- Language

  English

- Published

  2019

- Publisher

  American Society of Mechanical Engineers

- Pages

  66

- Link

  [Open Library](https://openlibrary.org/books/OL35693411M/The_Unwritten_Laws_of_Engineering)

[![Cover of The Status Game](https://expiredqueues.com/images/opt/the-status-game-261.jpeg)](https://expiredqueues.com/books/the-status-game/)

[ ← Previous The Status Game Will Storr ](https://expiredqueues.com/books/the-status-game/)[Next → The Waiting Land Dervla Murphy ](https://expiredqueues.com/books/the-waiting-land/)

[![Cover of The Waiting Land](https://expiredqueues.com/images/opt/the-waiting-land-320.jpeg)](https://expiredqueues.com/books/the-waiting-land/)

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Book",
      "name": "The Unwritten Laws of Engineering",
      "url": "https://expiredqueues.com/books/the-unwritten-laws-of-engineering/",
      "author": [
        {
          "@type": "Person",
          "name": "W. J. King",
          "url": "https://en.wikipedia.org/wiki/W._J._King",
          "sameAs": [
            "https://en.wikipedia.org/wiki/W._J._King"
          ]
        },
        {
          "@type": "Person",
          "name": "James G. Skakoon"
        }
      ],
      "inLanguage": "English",
      "isbn": "9780791861967",
      "datePublished": "2019",
      "publisher": {
        "@type": "Organization",
        "name": "American Society of Mechanical Engineers"
      },
      "numberOfPages": 66,
      "image": "https://expiredqueues.com/images/books/the-unwritten-laws-of-engineering.webp",
      "genre": [
        "Engineering"
      ],
      "sameAs": [
        "https://openlibrary.org/books/OL35693411M/The_Unwritten_Laws_of_Engineering"
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://expiredqueues.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Books",
          "item": "https://expiredqueues.com/books/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "The Unwritten Laws of Engineering",
          "item": "https://expiredqueues.com/books/the-unwritten-laws-of-engineering/"
        }
      ]
    }
  ]
}
```
