#solid_principles search results
1/3 hi y'all, #boodi is here. Continuing #tech_talk series, the #SOLID_principles field Liskov Substitution Principle: When extending a class, remember that you should be able to pass objects of the subclass over objects of the parent class without breaking the client code.
1/3 Hello everyone, #boodi is here. Continuing #tech_talk series, the #SOLID_principles field Dependency Inversion Principle: High-level classes shouldn’t depend on low-level classes. Both should depend on abstractions. Abstractions shouldn’t depend on details...
Book Review: Clean Architecture by Robert C.… bit.ly/2htareV #java #solid_principles #clean_architecture #uncle_bob #mickknutson
Probably the most popular article that I wrote on #medium in recent times. jha-amarjit.medium.com/solid-for-dumm… #SOLID_PRINCIPLES #Java
همه SOLID رو بلدن فقط بلد نیستن چجوری پیاده سازیش کنن... #solid_principles
Finally an interviewee has heard of #UnitTests and #SOLID_Principles !
Single-Responsibility Principle Done Right: I am a big fan of the SOLID programming principles by Robert C. Martin. In my opinion, Uncle Bob did a great job when he first defined them in his books. In… bit.ly/2CPRm0h #java #clean_code #solid_principles #mickknutson
🟡ما هو SOLID Principal ومن أين جاءت مبادئ ال SOLID؟ تابع القراءة في المقالة التالية:👇 t2.sa/en/blog/Solid #SOLID_Principles #Clean_Code #OOP
Next article, S.O.L.I.D Principles. Coming soon... :D #SOLID_Principles
Book Review: Clean Architecture by Robert C.… bit.ly/2htafMJ #java #solid_principles #clean_architecture #uncle_bob #baselogic
Hi, Your thread is ready to read. ⚡SOLID Principles⚡آخر مبدأ من مبادئ الـ SOLID Principles🙏 لكتابة Clean Code #SOLID_Principles rattibha.com/thread/1451261… Have a good day!
This week, I learned the first 3 SOLID principles of system design — and they completely changed how I look at code. 🤯 Here’s what they are (and why they matter): 🧵👇 #SystemDesign #SOLID_Principles #LLD @rohit_negi9
2/2 Whereas inheritance represents the “is a” relationship between classes (a car is a transport), composition represents the “has a” relationship (a car has an engine) Next, I'm going to talk about #Solid_principles, see ya
S.O.L.I.D is an acronym for the first five object-oriented design(OOD) principles by Robert C. Martin. S -Single-responsiblity principle O -Open-closed principle L-Liskov substitution principle I -Interface segregation principle D -Dependency Inversion Principle #solid_principles
حلقة جديدة من #بودكاست #مطور نتكلم اليوم عن مبادئ الكود النظيف واليوم الحديث عن #SOLID_Principles واستخدامتها وكيف تتجمع الديون التقنية #Technical_Debt متابعة ماتعة youtube.com/watch?v=Hr0Pou…
youtube.com
YouTube
مبادئ الكود النظيف: Clean Code
1/3 Hello everyone, #boodi is here. Continuing #tech_talk series, the #SOLID_principles field Dependency Inversion Principle: High-level classes shouldn’t depend on low-level classes. Both should depend on abstractions. Abstractions shouldn’t depend on details...
1/2 Hello everyone, #boodi is here. Continuing #tech_talk series, the #SOLID_principles field Interface Segregation Principle: Clients shouldn’t be forced to depend on methods they do not use you should break down “fat” interfaces into more granular and specific ones.
1/3 hi y'all, #boodi is here. Continuing #tech_talk series, the #SOLID_principles field Liskov Substitution Principle: When extending a class, remember that you should be able to pass objects of the subclass over objects of the parent class without breaking the client code.
1/2 Hello everyone, #boodi is here. Continuing #tech_talk series, the #SOLID_principles field Open/Closed Principle: Classes should be open for extension but closed for modification. The main idea of this is to keep existing code from breaking when you implement new features.
1/2 Hello everyone, #boodi is here. Continuing #tech_talk series, the #SOLID_principles field Single Responsibility Principle: A class should have just one reason to change.
2/2 Whereas inheritance represents the “is a” relationship between classes (a car is a transport), composition represents the “has a” relationship (a car has an engine) Next, I'm going to talk about #Solid_principles, see ya
Probably the most popular article that I wrote on #medium in recent times. jha-amarjit.medium.com/solid-for-dumm… #SOLID_PRINCIPLES #Java
میدونی! امروز روز خوبیه چون کد پروژهای که ۲ سال پیش نوشته بودم رو بررسی کردم و بر اساس اصول SOLID بازنویسی کردم، حالا دیگه مثل یک گروه راک، SOLID شده! 🎵💻 #کدنویسی #SOLID_Principles
Hi, Your thread is ready to read. ⚡SOLID Principles⚡آخر مبدأ من مبادئ الـ SOLID Principles🙏 لكتابة Clean Code #SOLID_Principles rattibha.com/thread/1451261… Have a good day!
🟡ما هو SOLID Principal ومن أين جاءت مبادئ ال SOLID؟ تابع القراءة في المقالة التالية:👇 t2.sa/en/blog/Solid #SOLID_Principles #Clean_Code #OOP
Today I experienced the advantages of #softwareCraftmanship first hand. The feature on my side project which I estimated would take a day and a half to implement, just took a little over 4 hours. Thank you @unclebobmartin for your invaluable guidance. #TDD #SOLID_principles
SO[L]ID - Liskov Substitution Principle - Ruby Blog rubyblog.pro/2017/06/solid-… #SOLID #SOLID_principles #Ruby #Liskov_Substitution_principle
SOL[I]D - Interface Segregation Principle - Ruby Blog rubyblog.pro/2017/07/solid-… #SOLID #SOLID_principles #Ruby #Interface_segregation_principle
S[O]LID - Open/Closed Principle by example - Ruby Blog rubyblog.pro/2017/05/solid-… #SOLID #SOLID_principles #open_closed_principle #Ruby
[S]OLID - Single Responsibility Principle by example - Ruby Blog rubyblog.pro/2017/05/solid-… #SOLID #SOLID_principles #Single_Responsibility_principle #Ruby
التطبيق لعملية برمجية معينة بنبنى على تطبيق مجرد المجرد بنبنى فوق كود مجرد اكثر منه ibrahim-blog.iabushammah.now.sh/Depedency-Inve… #SOLID_Principles #dependency_inversion
1/3 hi y'all, #boodi is here. Continuing #tech_talk series, the #SOLID_principles field Liskov Substitution Principle: When extending a class, remember that you should be able to pass objects of the subclass over objects of the parent class without breaking the client code.
1/3 Hello everyone, #boodi is here. Continuing #tech_talk series, the #SOLID_principles field Dependency Inversion Principle: High-level classes shouldn’t depend on low-level classes. Both should depend on abstractions. Abstractions shouldn’t depend on details...
Probably the most popular article that I wrote on #medium in recent times. jha-amarjit.medium.com/solid-for-dumm… #SOLID_PRINCIPLES #Java
Book Review: Clean Architecture by Robert C.… bit.ly/2htareV #java #solid_principles #clean_architecture #uncle_bob #mickknutson
Single-Responsibility Principle Done Right: I am a big fan of the SOLID programming principles by Robert C. Martin. In my opinion, Uncle Bob did a great job when he first defined them in his books. In… bit.ly/2CPRm0h #java #clean_code #solid_principles #mickknutson
Book Review: Clean Architecture by Robert C.… bit.ly/2htafMJ #java #solid_principles #clean_architecture #uncle_bob #baselogic
Single-Responsibility Principle Done Right: I am a big fan of the SOLID programming principles by Robert C. Martin. In my opinion, Uncle Bob did a great job when he first defined them in his books. In… bit.ly/2CMOfGi #java #clean_code #solid_principles #baselogic
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Saturday 23.8K posts
- 2. Tottenham 56.8K posts
- 3. #SaturdayVibes 3,300 posts
- 4. Richarlison 4,199 posts
- 5. Cunha 19.2K posts
- 6. Dorgu 7,450 posts
- 7. Mbeumo 50.5K posts
- 8. Lammens 7,043 posts
- 9. #Caturday 3,422 posts
- 10. #TOTMUN 8,028 posts
- 11. Amad 12.4K posts
- 12. Richy 3,083 posts
- 13. #saturdaymorning 1,872 posts
- 14. #MUFC 16.3K posts
- 15. Mbuemo 5,318 posts
- 16. Thomas Frank 4,289 posts
- 17. LINGORM HER AND HERS FANCON 1.84M posts
- 18. Manchester United 64.6K posts
- 19. Porro 4,570 posts
- 20. Shauni Kerkhoff 26.6K posts