-
Software Development
Thoughts on the MVP Pattern
Hello, dear readers, and welcome to my thoughts on the MVP (Model-View-Presenter) pattern, which I finally got around to learning.…
Read More » -
Software Development
Improved Pattern Matching in Kotlin
Kotlin doesn’t have true pattern matching, and that’s fine. In order to make matchable classes in Scala, there is an…
Read More » -
Core Java
Most Common Java Exceptions and What It Says About Java Devs
I know I said I wouldn’t put up a post until I got the videos done, but this has been…
Read More » -
Software Development
Multiple Assertions in a Test are Fine
Intro Oh yes; another article that attempts to defy traditional thinking. First it was that static methods are fine. Then…
Read More » -
Software Development
Static Methods are Fine
Today, we’ll be talking about something controversial: static methods. I have yet to read anything that says static methods are…
Read More » -
Kotlin
Kotlin Month Post 4: Properties
Intro In this, the fourth and final post in the Kotlin Month series, we take a look at a widely…
Read More » -
Kotlin
Kotlin Month Post 3: Safety
Intro In this third post for Kotlin Month, I’m going to go over some of the safety features that Kotlin…
Read More » -
Kotlin
Kotlin Month Post 2: Inheritance and Defaults
Intro Continuing on with Kotlin Month, this week, I’ll be discussing topics in Kotlin that have to do with inheritance…
Read More » -
Kotlin
Kotlin Month Post 1: Assorted Features
To open up Kotlin Month, we’ll look at a small assortment of Kotlin’s features that aren’t big enough to merit…
Read More »