Development
Misc
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. — John Woods
There are only two hard things in Computer Science: cache invalidation and naming things. — Phil Karlton
There are only two hard problems in Computer Science: cache invalidation, naming things, and off by one errors. — Unknown
Agile
- Product backlog item is something that can be delivered in a single sprint.
- Feature is something that can't be delivered in a single sprint, but that can be delivered in a single release.
- Epic is something that transcends releases.
- Theme is a cross cutting concern.