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

From Wikiversity
Jump to navigation Jump to search

Checklist questions:

Examples

[edit | edit source]

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

[edit | edit source]

Sources

[edit | edit source]
  • Zen of Python