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

Checklist questions:

Examples edit

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

Why edit

Related edit

Sources edit

  • Zen of Python