-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Topic Idea] How To Implement Solid Principles Using Object-Oriented Programming #17
Comments
I am interested in writing about this topic. |
Hi @NKR-28, thanks for your interest in this. I will go ahead and assign you. You can check out the Contribution Guide for further instructions on contributing. Also, feel free to ask in the thread if you have any questions! |
Hey @NKR-28! 👋🏻 Just wanted to check in and see how you were doing with this article? Anything we can do to help? |
Hello, I'm about halfway done and can commit to finishing by end of this week (over the weekend). |
Object-oriented programming (OOP) is a programming paradigm that revolves around creating objects with a single responsibility. By following the SOLID principles when using OOP, we can create better programs with reusable, testable, and maintainable code.
Some suggested terms:
Let us know if you want to write this!
The text was updated successfully, but these errors were encountered: