Software Design/Always use the same way to do a thing

Checklist questions:

Examples

edit

Collections.emptyList() vs. ImmutableList.of() in Java.

edit

Sources

edit
  • Zen of Python