#solid_principles wyniki wyszukiwania
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
🟡ما هو SOLID Principal ومن أين جاءت مبادئ ال SOLID؟ تابع القراءة في المقالة التالية:👇 t2.sa/en/blog/Solid #SOLID_Principles #Clean_Code #OOP
Hi, Your thread is ready to read. ⚡SOLID Principles⚡آخر مبدأ من مبادئ الـ SOLID Principles🙏 لكتابة Clean Code #SOLID_Principles rattibha.com/thread/1451261… Have a good day!
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/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
التطبيق لعملية برمجية معينة بنبنى على تطبيق مجرد المجرد بنبنى فوق كود مجرد اكثر منه ibrahim-blog.iabushammah.now.sh/Depedency-Inve… #SOLID_Principles #dependency_inversion
حلقة جديدة من #بودكاست #مطور نتكلم اليوم عن مبادئ الكود النظيف واليوم الحديث عن #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...
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
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. Penn State 23.3K posts
- 2. Indiana 38.8K posts
- 3. Mendoza 20.3K posts
- 4. Gus Johnson 6,764 posts
- 5. #UFCVegas111 5,191 posts
- 6. #iufb 4,225 posts
- 7. Sayin 69.5K posts
- 8. Omar Cooper 9,611 posts
- 9. Estevao 39.5K posts
- 10. Iowa 19.6K posts
- 11. Josh Hokit N/A
- 12. Mizzou 3,789 posts
- 13. Sunderland 155K posts
- 14. Kirby Moore N/A
- 15. Beck 7,323 posts
- 16. Texas Tech 14K posts
- 17. Jim Knowles N/A
- 18. Happy Valley 1,917 posts
- 19. James Franklin 8,851 posts
- 20. Carter Smith N/A