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
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
https://technologiesinternetz.blogspot.com/2025/12/the-definitive-roadmap-how-to-become.html
The Definitive Roadmap: How to Become a Java Developer in 2026
#java #developer #programming #objectorientedprogramming #oop
If I wrote "Cis goth girls" would that imply "girls" inherits "Cis" from goth? #programming #objectorientedprogramming
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/
Lập trình hướng đối tượng không có ưu điểm nào
#LậpTrìnhHướngĐốiTượng #ObjectOrientedProgramming #LậpTrình #Programming
https://www.reddit.com/r/programming/comments/1ozv45d/there_are_no_upsides_to_object_oriented/
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.
"BQ designed tốt đẹp nhờ đối tượng nhỏ gọn! #SandyMetz phân tích tại sao object-oriented programming tập trung vào "chuyện nhỏ" lại tạo nên hệ thống dễ bảo trì, linh hoạt. Video quý giá cho dev muốn tối ưu code. 错误代码不如优雅的小模块💻
#SoftwareDesign #ObjectOrientedProgramming #CodingTips #KỹThuậtLậpTrình #ThiếtKếPhầnMềm #DevVietnam" (498 characters)
https://www.reddit.com/r/programming/comments/1oaf08c/sandy_metz_on_the_power_of_small_objects_in/
Explore how OOP handles dependencies—from constructor injection to Kotlin’s new context parameters—and learn which approach fits your code best. https://hackernoon.com/understanding-dependency-injection-in-object-oriented-programming #objectorientedprogramming
"A rule is only meaningful in a specific flow. When you abstract it too early, you lose that meaning and invite bugs the moment someone 'reuses' it in a place it doesn't belong."
#softwareengineering #developerexperience #objectorientedprogramming #code #reuse #functionalprogramming
https://ricofritzsche.me/objects-are-dead-long-live-feature-slices/
In this post, I've described two usages of the GoF's creational patterns, improving maintainability and ensuring objects are fully initialized https://hackernoon.com/object-creation-the-issues-i-faced-and-the-patterns-that-helped-me #objectorientedprogramming
I also got experience with the following (5 = a lot, 1 = a little) :
#machinelearning #ml (3) (I have implemented some ML models myself in the past, for learning purposes.)
#guix (3) (Using it for reproducible setups of projects.)
#functionalprogramming #fp (5) (Doing it in my own projects.)
#objectorientedprogramming #oop (4) (last job and past xp in my own projects.)
#CI / #CD (3) (Last job)
#make (4) (using it for my own project setups and convenience)
#testing (4) (last job, own projects)
Inheritance and composition in C++
Class constructors and destructors in C++
Class basics in C++
Intro to Object Oriented Programming
Came across this primer sa #objectorientedprogramming for #Cplusplus basin makatabang ni sa mga nag-practice pa. Open ra pud ang author for feedback, so kung advanced programmer ka, feel free to suggest improvements. https://github.com/fx-biocoder/oop-in-cpp
Caleb Larsen presents 'Object-Oriented Refactoring Strategies and Tactics' July 25th at Nebraska.Code().
https://nebraskacode.amegala.com/
#refactoringstrategies #MartinFowler #java #ooplanguage #Nebraska #JavaScript #javaprogramming #softwaredevelopment #TechnologyConference #TechConf #ObjectOrientedProgramming #lincolnnebraska #softwarecraftsmanship #softwareengineering
- Classes
- Instances of class
- Encapsulation
- Abstraction
- Inheritance
- Polymorphism
- SOLID design
- Design patterns