InTowards DevbyAtanda Oluchi AminatA Deep Dive into Object Orientation in JavaObject-oriented programming (OOP) is a powerful paradigm that allows developers to model real-world entities as objects with properties…Mar 25
JamesObject Oriented Programming and Design: a practitioners perspective.Object Oriented Programming is not as bad (or good) as many people present it to be.Jan 21, 20235
Andrew GibsonInside and OutsideMessages flowing into and within the boundaries of a busOct 7, 2023Oct 7, 2023
In97 ThingsbyMichael HungerEnums Are Classes TooMany Java programmers only use enums as replacements for those magic numeric constants that represent flags in an application.Dec 16, 2019Dec 16, 2019
Noa UdlerLet’s Talk About the Basics: Ruby’s Classes and InstancesClasses and instances are the backbone of the object orientation aspect of the Ruby language, so I’ve assembled a variety of questions and…Jan 4, 2022Jan 4, 2022
InTowards DevbyAtanda Oluchi AminatA Deep Dive into Object Orientation in JavaObject-oriented programming (OOP) is a powerful paradigm that allows developers to model real-world entities as objects with properties…Mar 25
JamesObject Oriented Programming and Design: a practitioners perspective.Object Oriented Programming is not as bad (or good) as many people present it to be.Jan 21, 20235
In97 ThingsbyMichael HungerEnums Are Classes TooMany Java programmers only use enums as replacements for those magic numeric constants that represent flags in an application.Dec 16, 2019
Noa UdlerLet’s Talk About the Basics: Ruby’s Classes and InstancesClasses and instances are the backbone of the object orientation aspect of the Ruby language, so I’ve assembled a variety of questions and…Jan 4, 2022
InGeek CulturebyRay AlvaThe Four Pillars of Object-Oriented ProgrammingObject-Oriented Programming (OOP) is a programming paradigm based on the idea of “objects”. A programming paradigm can be thought of as a…Mar 8, 2021
Melissa GuachunMy First CLI: A Lesson in PatienceAs Phase 1 was coming to a close, I felt the looming presence of our first project. After six weeks the moment came when we were presented…Mar 3, 2021
Joakim WassbergMaxed Out Python Decorators, Part 2Create decorators for private methods and attributesDec 22, 2020