You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developers/PROGRAMMING.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ This is how we build things.
45
45
- We have [Coding Standards](CODING_STANDARDS.md) based on auto-formatters where possible, which include standards for structuring projects which are based upon what we've learned.
46
46
- We operate based on principles in 12factor.net, see [implementation here](../../devops/DEVOPS/)
47
47
- We are intentional about what dependencies we include in [our stack](../../devops/STACK_CHOICES/)
48
+
- Refactor incrementally as part of your other work, instead of doing [big rewrites](https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/).
0 commit comments