BlanketCon 23 - Rewriting Codebases and How to Do It Right

Опубликовано: 22 Июнь 2026
на канале: rypo falem
30
1

https://blanketcon.modfest.net/

Hosts: Octal, Falkreon

"Rewriting codebases is something every programmer eventually has to do, let's talk about the best practices"

Links:
Google Code Style (except for the tabs vs spaces war, this is the best way to communicate with other Java programmers)
https://google.github.io/styleguide/j...

Why You Shouldn't Nest Your Code (strategies for unrolling smelly control structures)
   • Why You Shouldn't Nest Your Code  

Cursed Problems in Game Design (how to back off from Literally Unsolvable problems and wind up with cool and unusual game designs)
   • Cursed Problems in Game Design  

SOLID examples (github repo)
https://github.com/hdeiner/SOLID

FizzBuzzEnterpriseEdition (don't do this)
https://github.com/EnterpriseQualityC...