|
You are here |
blog.archive.today | ||
| | | | |
ailef.tech
|
|
| | | | | [AI summary] A satirical piece discussing Hacker News community reactions to various tech-related topics, including computer programs, language disagreements, and debates over tools versus toys. | |
| | | | |
arnorhs.dev
|
|
| | | | | I agree with everything about this: The shift from procedural to OO brings with it a shift from thinking about problems and solutions to thinking about architecture. Thats easy to see just by comparing a procedural Python program with an object-oriented one. The latter is almost always longer, full of extra interface and indentation and annotations. The temptation is to start moving trivial bits of code into classes and adding all these little methods and anticipating methods that arent needed yet but might be someday. via prog21: Dont Distract New Programmers with OOP. There's also a great discussion on the topic on Hacker News: https://news.ycombinator.com/item?id=2334939 | |
| | | | |
hackernewsrobot.wordpress.com
|
|
| | | | | https://randomcriticalanalysis.com/2019/11/07/a-tale-of-two-covariates-why-owid-and-company-are-wrong-about-us-healthcare/ Comments | |
| | | | |
herbertograca.com
|
|
| | | This is a listing of articles about concepts I find essential for any developer to know. This is organized in order of most base structural concepts to most high level concepts and includes good practices, principles, and lists of articles, conference talks and books on software development. This page is in constant enhancement. Good Practices... | ||