VOOZH about

URL: https://www.javacodegeeks.com/tag/oop

⇱ OOP Archives - Java Code Geeks


  • Software Development👁 Image
    Yegor BugayenkoOctober 26th, 2021
    1 164

    Objectionary: Dictionary and Factory for EO Objects

    Since the time of Kernighan and Ritchie we share binary code in libraries. You need to print some text with…

    Read More »
  • Python👁 Image
    Jacob ZimmermanAugust 16th, 2021
    1 924

    Command and Command Handlers (and Why I Don’t Care Much For Them)

    Introduction I want to complain about the pattern of using Commands and Command Handlers in this article, but I don’t…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoOctober 30th, 2020
    1 87

    New Metric: the Distance of Coupling

    Encapsulation, as you know, is one of the four key principles in object-oriented programming. Encapsulation, according to Grady Booch et…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yegor BugayenkoMarch 29th, 2019
    0 2,037

    How to Create a Java Web Framework from Scratch, the Right Object-Oriented Way

    How do you design a web application in Java? You install Spring, read the manual, create controllers, create some views,…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoMarch 22nd, 2019
    0 260

    Logging Without a Static Logger

    How do you organize logging in your applications? I mean web applications or command line apps, or even mobile apps.…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoMarch 13th, 2019
    0 230

    How Data Visibility Hurts Maintainability

    I’ve been writing so much about object-oriented programming and its pitfalls, claiming that most of the design patterns and “good…

    Read More »
  • Kotlin👁 Image
    Jacob ZimmermanNovember 30th, 2018
    0 844

    Converting a Cyclic Dependency into a Directed Dependency

    So, this came out over a month late… Woops. This is definitely not my original idea in the least. I…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoSeptember 19th, 2018
    0 110

    Fear of Decoupling

    Objects talk to each other via their methods. In mainstream programming languages, like Java or C#, an object may have…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoMarch 29th, 2017
    8 276

    SOLID Is OOP for Dummies

    You definitely know the SOLID acronym. It stands for five principles of object-oriented programming that, if followed, are supposed to…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close