Quick and easy reads for busy and/or impatient software developers of all levels. Most code examples will be in Java, my primary language for many years now.
Come on in, and have a byte, or two.
If you find yourself using "switch" or "if-else" a lot with your enums, then you're missing out on one important feature. · Java's enums, being objects...
Does Copilot help support or violate the "Don't Repeat Yourself" principle? · The answer is unfortunately the latter. I recently stumbled upon this...
Know when to catch them and when to just let them go. · This was quite serendipitous as I was just about to start looking for a blog topic that started...
You may or may not be doing all this extra work where your code needs a Boolean expression. The examples here apply to many non-Java languages, too. ·...
A quick take on these two oft-confused words by budding engineers. · First off, welcome to my first ever post. Hooray! I'd like to go through the letters...