The One Thing New Developers Get Wrong About Building Software
New developers mistakenly believe software development is all about for loops and if statements. These are the fundamentals of writing code, but they’re only a small part of building software. I’ve mostly worked with Java and it always confuses me when people describe other languages as “faster to write” than Java. Do a few less characters make any difference? After working multiple Java jobs, I realised that what slows down delivering new features isn’t how fast you can write code....