Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 381 Bytes

implications.md

File metadata and controls

10 lines (7 loc) · 381 Bytes

Implications

This means that, sometimes, it makes sense to write code in a way that is "harder" than is absolutely needed.

That's a bit of a fuzzy statement, but on the more obvious side it means doing things like spending extra time on code formatting, variable naming, function contracts, writing comments, etc.

All of those things make it easier to read that code later on.