Skip to content

Instantly share code, notes, and snippets.

View thiagodelgado111's full-sized avatar

Thiago Delgado thiagodelgado111

View GitHub Profile
@thiagodelgado111
thiagodelgado111 / intro.md
Created April 5, 2020 03:30 — forked from derhuerst/intro.md
Installing Git on Linux, Mac OS X and Windows
@thiagodelgado111
thiagodelgado111 / mantras
Last active February 20, 2016 15:06 — forked from IngmarBoddington/mantras
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
* Don't make me think.
* Program to an interface.
* Composisition over inheritance.