Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@IngmarBoddington
Last active November 25, 2020 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save IngmarBoddington/f2151679102b9ff0cb69 to your computer and use it in GitHub Desktop.
Save IngmarBoddington/f2151679102b9ff0cb69 to your computer and use it in GitHub Desktop.
Coding Mantras
Don't Repeat Yourself - DRY
- Don't repeat code
- Use reusability
Keep It Simple Stupid - KISS
- Don't overcomplicate for it's own sake
OOP
- Program to an interface
- Favour composisition over inheritance
Don't make me think
Filter & Escape
Don't leave broken windows
There is a special place in hell for programmers who write poor error messages
Goodhart's Law: When a measure becomes a target, it ceases to be a good measure.
Brooks's Law: Adding manpower to a late software project makes it later
@thiagodelgado111
Copy link

Hey, bro! good job :) it is good to always keep that in mind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment