- Binary assets (images, fonts, etc.)
- Text files written (and/or readable) by people
- Items generated by the above.
It's the second group that's most interesting.
Regardless of whether those text files are scripts, "code" to be compiled, mark-up, or pretty much anything else: if people are going to read (and/or write) it, isn't it beneficial that those files:
- are easy to read
- are easy to write
- are consistently formatted
- use meaningful words (names) to aid comprehension
- are unambiguous
- avoid duplication
- are succinct (so as to avoid unnecessary verbosity)
- highlight issues/mistakes (or make them easy to spot)
- have good/appropriate tooling to aid in working with them
When this isn't true, those files are harder to maintain. This makes making changes lower and, therefore more expensive.
0 comments:
Post a Comment
I get a lot of comment spam :( - moderation may take a while.