#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
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
🟡ما هو SOLID Principal ومن أين جاءت مبادئ ال SOLID؟ تابع القراءة في المقالة التالية:👇 t2.sa/en/blog/Solid #SOLID_Principles #Clean_Code #OOP
Finally an interviewee has heard of #UnitTests and #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!
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
Next article, S.O.L.I.D Principles. Coming soon... :D #SOLID_Principles
همه SOLID رو بلدن فقط بلد نیستن چجوری پیاده سازیش کنن... #solid_principles
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
حلقة جديدة من #بودكاست #مطور نتكلم اليوم عن مبادئ الكود النظيف واليوم الحديث عن #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
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/2CPRm0h #java #clean_code #solid_principles #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/2CMOfGi #java #clean_code #solid_principles #baselogic
Something went wrong.
Something went wrong.
United States Trends
- 1. Sesko 44.2K posts
- 2. Ugarte 15.4K posts
- 3. Richarlison 20.7K posts
- 4. Gameday 13.5K posts
- 5. #SaturdayVibes 4,612 posts
- 6. Amorim 63.9K posts
- 7. De Ligt 24.9K posts
- 8. Good Saturday 32.4K posts
- 9. #Caturday 4,742 posts
- 10. Cunha 24.9K posts
- 11. Casemiro 23.2K posts
- 12. Tottenham 79.4K posts
- 13. Vicario 1,956 posts
- 14. Lando 41.8K posts
- 15. #TOTMUN 17.4K posts
- 16. Texas Tech 7,306 posts
- 17. #MUFC 24.3K posts
- 18. Calen Bullock N/A
- 19. #COYS 2,637 posts
- 20. Bortoleto 20K posts