VOOZH about

URL: https://www.javacodegeeks.com/author/jacob-zimmerman/page/3

⇱ Jacob Zimmerman, Author at Java Code Geeks - Page 3 of 5


  • Core Java👁 Image
    Jacob ZimmermanJanuary 25th, 2016
    0 129

    Kotlin-like Builders in Java and Python, Continued: Additional Parameters

    Intro In today’s article, we follow up last week’s article about making Kotlin-like builders in Java and Python, expanding the…

    Read More »
  • Core Java👁 Image
    Jacob ZimmermanJanuary 18th, 2016
    2 162

    Mimicking Kotlin Builders in Java and Python

    Intro Kotlin is probably my favorite language right now, and possibly one of the coolest things it has to offer…

    Read More »
  • Core Java👁 Image
    Jacob ZimmermanAugust 20th, 2015
    0 164

    Flag Parameters and Overloading in Python, Java, and Kotlin

    Jumping around between multiple languages can help you notice some differences between idioms and best practices in different languages. One…

    Read More »
  • Core Java👁 Image
    Jacob ZimmermanJune 2nd, 2015
    4 161

    Is Getter DI A Good Idea?

    Sometimes, you may hear about dependency injection done via a getter method, which subclasses override or mock frameworks fake for…

    Read More »
  • Software Development👁 Image
    Jacob ZimmermanMay 12th, 2015
    3 548

    Replacing Inheritance with Composition

    Quite a while back, I posted about how, despite the fact that you should prefer composition over inheritance, you can…

    Read More »
  • Software Development👁 Image
    Jacob ZimmermanMay 4th, 2015
    0 117

    Functions Named as Adjectives

    I’ve got a shorter one this week. Partially, that’s because I was part way through a post before deciding to…

    Read More »
  • Software Development👁 Image
    Jacob ZimmermanMarch 30th, 2015
    0 66

    A New Idea for Calling Functions

    Disclaimer: This is going to come off a bit ranty. I’m not as frustrated by the “problems” I bring us…

    Read More »
  • Software Development👁 Image
    Jacob ZimmermanMarch 24th, 2015
    0 104

    Testing Interface Invariants

    Today’s article is something a little special. It’s the first article where I use code from my current personal project…

    Read More »
  • Core Java👁 Image
    Jacob ZimmermanMarch 17th, 2015
    0 119

    I Found My Java Remake!

    Back in January, I wrote a post about some changes I would love to see in the Java language that…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
Back to top button
Close