"5 principles of readable code: KISS, YAGNI, DRY, BDUF and Occam's Razor"
Is the funniest sentence I've ever read.
"5 principles of readable code: KISS, YAGNI, DRY, BDUF and Occam's Razor" Is the funniest sentence I've ever read. 9 comments
@stolas_mk2 @omni Big Design Up Front doesn't imply writing things you don't need yet, it implies determining the exact set of things that you need and how best to write them before you actually commit to writing them. @bink I mean, BDUF actually makes sense and fits with the other terms, it's just that it can be better described by saying "Plan your project", same for every other acronym. |
@Deiru what are yagni and dbuf supposed to be? never heard of them lol