#objectorientedprogramming — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #objectorientedprogramming, aggregated by home.social.
-
Elegant Design Principles by Narayanan Jayaratchagan is free with a Leanpub Reader membership! Or you can buy it for $19.00! https://leanpub.com/elegant_design_principles_fsd #ObjectOrientedProgramming #ComputerProgramming #Java #SoftwareArchitecture #FunctionalProgramming
-
What has the Internet been saying about Design Patterns to make the LLMs so allergic to them?
#OOP #ObjectOrientedProgramming #DesignPatterns #Programming #SoftwareEngineering #LLM #GenAI #AI #VibeCoding #AugmentedCoding
-
🌟 Behold! An endless #manifesto on Rust's noble crusade against the evils of Object-Oriented Programming! 🛡️ Just when you thought the #debate was over, this article, dripping in self-importance, promises to redefine 'inheritance' for the umpteenth time. Spoiler: it's not encapsulation, and yes, we care deeply. 🙄
https://www.thecodedmessage.com/posts/oop-3-inheritance/ #Rust #ObjectOrientedProgramming #Inheritance #TechDiscussions #HackerNews #ngated -
I love how simple Kitten’s Streaming HTML workflow makes building features like this, especially when using class-based Kitten pages and components :)
:kitten:💕
#Kitten #SmallWeb #StreamingHTML #EventBasedProgramming #ObjectOrientedProgramming #JavaScript #NodeJS #web #dev #GazaVerified
-
Confessions of a Software Developer: No More Self-Censorship
I haven't published since April because I've been afraid. I also avoided social media, news aggregators, and discussion forums for months. I'm done letting fear stop me. What was I afraid of? In this post I detail every single thing I've avoided admitting on this blog. […]https://kerrick.blog/articles/2025/confessions-of-a-software-developer-no-more-self-censorship/
-
Confessions of a Software Developer: No More Self-Censorship
I haven't published since April because I've been afraid. I also avoided social media, news aggregators, and discussion forums for months. I'm done letting fear stop me. What was I afraid of? In this post I detail every single thing I've avoided admitting on this blog. […]https://kerrick.blog/articles/2025/confessions-of-a-software-developer-no-more-self-censorship/
-
A category is formally defined as being a group of one or more classes.
#OOP #ObjectOriented #ObjectOrientedProgramming
Have you heard of this use of "category" before? If so, in which context/language/compiler?
EDIT: For context, from the #Psion SIBO C SDK's Object Oriented Programming Guide:
A category is formally defined as being a group of one or more classes. The classes are packaged into a load module which, when loaded, occupies a single code segment. A code segment may not contain more than one category. There is, therefore, a one-to-one correspondence between a category and the executable code in a single code segment. Note that this implies that an application that occupies a single code segment may not contain more than one category.
-
Take the red pill of #OOP! Learn programming concepts in #TheMatrix. Less dodging bullets, more #coding. Inheritance, polymorphism, fun!
#OOP #ObjectOrientedProgramming #Abstraction #AgentSmith #C++ #characteranalysis #Classes #Encapsulation #Inheritance #Java #Morpheus #Neo #Objects #OOPConcepts #Polymorphism #TheMatrix #Oracle #Trinity #GiggleByte #SwapneelMohite #programming #coding
https://medium.com/@swap.mohite/the-matrix-an-object-oriented-lesson-i-taught-revisited-9532a0712bc9
-
Take the red pill of #OOP! Learn programming concepts in #TheMatrix. Less dodging bullets, more #coding. Inheritance, polymorphism, fun!
#OOP #ObjectOrientedProgramming #Abstraction #AgentSmith #C++ #characteranalysis #Classes #Encapsulation #Inheritance #Java #Morpheus #Neo #Objects #OOPConcepts #Polymorphism #TheMatrix #Oracle #Trinity #GiggleByte #SwapneelMohite #programming #coding
https://medium.com/@swap.mohite/the-matrix-an-object-oriented-lesson-i-taught-revisited-9532a0712bc9
-
Take the red pill of #OOP! Learn programming concepts in #TheMatrix. Less dodging bullets, more #coding. Inheritance, polymorphism, fun!
#OOP #ObjectOrientedProgramming #Abstraction #AgentSmith #C++ #characteranalysis #Classes #Encapsulation #Inheritance #Java #Morpheus #Neo #Objects #OOPConcepts #Polymorphism #TheMatrix #Oracle #Trinity #GiggleByte #SwapneelMohite #programming #coding
https://medium.com/@swap.mohite/the-matrix-an-object-oriented-lesson-i-taught-revisited-9532a0712bc9
-
Take the red pill of #OOP! Learn programming concepts in #TheMatrix. Less dodging bullets, more #coding. Inheritance, polymorphism, fun!
#OOP #ObjectOrientedProgramming #Abstraction #AgentSmith #C++ #characteranalysis #Classes #Encapsulation #Inheritance #Java #Morpheus #Neo #Objects #OOPConcepts #Polymorphism #TheMatrix #Oracle #Trinity #GiggleByte #SwapneelMohite #programming #coding
https://medium.com/@swap.mohite/the-matrix-an-object-oriented-lesson-i-taught-revisited-9532a0712bc9
-
Take the red pill of #OOP! Learn programming concepts in #TheMatrix. Less dodging bullets, more #coding. Inheritance, polymorphism, fun!
#OOP #ObjectOrientedProgramming #Abstraction #AgentSmith #C++ #characteranalysis #Classes #Encapsulation #Inheritance #Java #Morpheus #Neo #Objects #OOPConcepts #Polymorphism #TheMatrix #Oracle #Trinity #GiggleByte #SwapneelMohite #programming #coding
https://medium.com/@swap.mohite/the-matrix-an-object-oriented-lesson-i-taught-revisited-9532a0712bc9
-
https://kitfucoda.medium.com/the-versatility-of-call-a-python-developers-secret-weapon-a6bff776971a
Python's __call__ dunder offers a closure alternative. It manages state in a class, callable like a function, opening new code structuring possibilities.
In complex scenarios, __call__ enhances readability and maintainability. Encapsulating logic and data promotes cleaner code, improving clarity and debugging.
For pre-filling arguments, consider __call__ over functools.partial, especially with methods needing internal state. It creates a state-holding object for robust operations.
This is beneficial in large projects with complex logic. Using __call__ improves organization and maintainability, leading to efficient development.
#Python #Programming #SoftwareDevelopment #Coding #DunderMethods #ObjectOrientedProgramming #FunctionalProgramming #CodeReadability #SoftwareEngineering #OpenToWork #getfedihired
-
Revisiting Perl Object-Oriented Programming (OOP) in 2025
An update of my 2002 post about Perl object-oriented programming (OOP) in Perl.
https://islandinthenet.com/revisiting-perl-object-oriented-programming-oop-in-2025/
-
Learn essential object oriented programming patterns in PHP including creational structural behavioral and concurrency patterns for efficient coding
https://colisty.netlify.app/courses/php_objects_object_oriented_programming_software_patterns_on_demand/
#php #objectorientedprogramming #softwarepatterns #creationalpatterns #structuralpatterns #behavioralpatterns #concurrencypatterns #dependencyinjection -
Learn essential object oriented programming patterns in PHP including creational structural behavioral and concurrency patterns for efficient coding
https://colisty.netlify.app/courses/php_objects_object_oriented_programming_software_patterns_on_demand/
#php #objectorientedprogramming #softwarepatterns #creationalpatterns #structuralpatterns #behavioralpatterns #concurrencypatterns #dependencyinjection -
Learn essential object oriented programming patterns in PHP including creational structural behavioral and concurrency patterns for efficient coding
https://colisty.netlify.app/courses/php_objects_object_oriented_programming_software_patterns_on_demand/
#php #objectorientedprogramming #softwarepatterns #creationalpatterns #structuralpatterns #behavioralpatterns #concurrencypatterns #dependencyinjection -
Learn essential object oriented programming patterns in PHP including creational structural behavioral and concurrency patterns for efficient coding
https://colisty.netlify.app/courses/php_objects_object_oriented_programming_software_patterns_on_demand/
#php #objectorientedprogramming #softwarepatterns #creationalpatterns #structuralpatterns #behavioralpatterns #concurrencypatterns #dependencyinjection -
Learn essential object oriented programming patterns in PHP including creational structural behavioral and concurrency patterns for efficient coding
https://colisty.netlify.app/courses/php_objects_object_oriented_programming_software_patterns_on_demand/
#php #objectorientedprogramming #softwarepatterns #creationalpatterns #structuralpatterns #behavioralpatterns #concurrencypatterns #dependencyinjection -
hello everyone.
In today's article, we shared with you our 10 great project suggestions for beginners who want to learn C++.
I wish everyone good work and reading.
https://denizhalil.com/2024/04/15/beginner-projects-in-c-programming-language/
#Cplusplus #programming #coding #coftwaredevelopment #learning #codingprojects #ObjectOrientedProgramming #ProjectBasedLearning
-
🧐 Struggling with unit tests? Does your code involve input/output (IO) operations?
💻The answer is likely yes. Unit tests ensure that a unit of code works as expected. They only focus on testing the business logic. For instance, a unit test wouldn't cover database persistence.
More info 🧵 👇 [1/2]
🖼️ Picture: https://unsplash.com/@gndclouds
#SOLIDPrinciples #SOLID #DependencyInversion #DIP #OOP #ObjectOrientedProgramming #ProgrammingTips
-
Is it possible to get the benefits of functional programming without going all in?
This post presents "functional foundations", a set of functional programming concepts that I have found helpful in everyday programming, even for programmers not trained in functional programming.
https://henko.net/blog/functional-foundations/
#programming #functionalprogramming #objectorientedprogramming #softwaredevelopment #purefunctions #immutabledata #collectionpipelines
-
Is it possible to get the benefits of functional programming without going all in?
This post presents "functional foundations", a set of functional programming concepts that I have found helpful in everyday programming, even for programmers not trained in functional programming.
https://henko.net/blog/functional-foundations/
#programming #functionalprogramming #objectorientedprogramming #softwaredevelopment #purefunctions #immutabledata #collectionpipelines
-
Is it possible to get the benefits of functional programming without going all in?
This post presents "functional foundations", a set of functional programming concepts that I have found helpful in everyday programming, even for programmers not trained in functional programming.
https://henko.net/blog/functional-foundations/
#programming #functionalprogramming #objectorientedprogramming #softwaredevelopment #purefunctions #immutabledata #collectionpipelines
-
Is it possible to get the benefits of functional programming without going all in?
This post presents "functional foundations", a set of functional programming concepts that I have found helpful in everyday programming, even for programmers not trained in functional programming.
https://henko.net/blog/functional-foundations/
#programming #functionalprogramming #objectorientedprogramming #softwaredevelopment #purefunctions #immutabledata #collectionpipelines
-
Is it possible to get the benefits of functional programming without going all in?
This post presents "functional foundations", a set of functional programming concepts that I have found helpful in everyday programming, even for programmers not trained in functional programming.
https://henko.net/blog/functional-foundations/
#programming #functionalprogramming #objectorientedprogramming #softwaredevelopment #purefunctions #immutabledata #collectionpipelines
-
#introduction (2/2)
I'm also a #UniversityOfLondon #tutor in #computerScienceEducation, working on #graphicsProgramming in #JavaScript & #ObjectOrientedProgramming in #cplusplus. My preferred language is #python which I'm using as a student in #artificialIntelligence, #machineLearning, and #naturalLanguageProgramming.My current and past #cats will be on #caturday.
As a life-long #GenX aged person I'm addicted to #PearlJam, #TheCure, #REM, and of course #LeonardCohen.