- Make sure you understand the problem you’re trying to solve.
- Prioritize clarity and correctness. Performance is less important, and cleverness is to be avoided.
- If your code needs comments to be understood, it’s over-complicated.
- Always comment your code, or at least your modules.
- Extensibility and reusability are over-rated.
- Don’t innovate security. Use well-established security libraries.
- If you haven’t tested it, it probably doesn’t work.
- If you have time to ‘go back and fix it later’ you’ve got bigger problems in your job.
- Integrated Development Environments (like VisualStudio) and the internet (e.g. StackOverflow) are the best friends a coder could ever have.
- printf is the world’s simplest debugger.
If you want to learn more about Web Development, feel free to follow me on Youtube!
Top comments (1)
Well written.
A developer needs to follow: