Activity for Scribblemacherâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #26373 | Initial revision | — | almost 5 years ago |
Edit | Post #26340 | Initial revision | — | almost 5 years ago |
Question | — |
Does DRY (Don't Repeat Yourself) Apply to Documentation? In programming, it's usually accepted that DRY code is better code in most situations. Does this principle also apply to documentation? I'm asking about the documentation output, not necessarily the source material (there are tools for keeping the source content DRY even if there's a lot of rep... (more) |
— | almost 7 years ago |
Answer | — |
A: Terminology question - "if-else" or "if/else"? I would approach this be doing the following (in order of preference) - If you follow a style guide, consult it. - If you are writing about a specific coding language, consult that language's official documentation and see how they refer to that construct. (For example, I just looked in the Lua 5.3 ... (more) |
— | almost 7 years ago |