Three Developer Articles that Interested Me This Week — 10/31/2022
Oct 31, 2022
Every Monday, I post three things from the world of software development that interest me or otherwise catch my attention. Subscribe via email and get this in your inbox every Monday.
Please do repeat yourself (DRY is dead)
This article is wrong. That is all.
5 Reasons Why Kids Should Start Coding Early
This reminds me of the debate about teaching kids cursive. I mean, why in the world would you teach cursive anymore? Only here, I wonder — why in the world would you not teach kids to code?
How to eliminate if-else chain, for long life software
One thing I always say is “Every time you write an if
statement, consider whether you ought to be created another class”. In general, I think if
statements are suspect.