Tag: Engineering
- STFL #5: You must read the code.
- STFL #60: If it isn’t broken, it doesn’t have enough features yet.
- STFL #61: In software, common tasks should be easy. Everything else should be harder.
- STFL #65: All non-trivial software programs contain at least one bug.
- STFL #75: If your code is unreadable, what makes you think your comments will be more helpful?
- STFL #87: “Invalid” is the word most abused by engineers when something is incorrect.
- STFL #89: The more petty a user interface or user experience improvement is to an application, the more the users will appreciate it.
- STFL #108: The first implementation is always wrong.
- STFL #114: If an engineer tells you something is the worst ever, what he really means is that it is pretty good, but needs some work.
- STFL #115: In theory, theory and practice are the same, but in practice they are not.
- STFL #124: Never write code in a module containing “util” in the name.
- STFL #126: Code written by me more than 6 weeks ago might as well have been written by someone else.
- STFL #136: All engineering problems are people problems.
- STFL #139: The first 90% of a software project takes 90% of the time. The last 10% takes the other 90%.