#solid_principles search results

⚡SOLID Principles⚡ آخر مبدأ من مبادئ الـ SOLID Principles🙏 لكتابة Clean Code #SOLID_Principles

ahlamMo7md's tweet image. ⚡SOLID Principles⚡

آخر مبدأ من مبادئ الـ SOLID Principles🙏 لكتابة Clean Code 

#SOLID_Principles

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.

Abdurrahman98XX's tweet image. 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...

Abdurrahman98XX's tweet image. 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...

#SOLID_Principles by Examples: Liskov Substitution Principle dlvr.it/PpgxhS

iamrawtion's tweet image. #SOLID_Principles by Examples: Liskov Substitution Principle dlvr.it/PpgxhS

Probably the most popular article that I wrote on #medium in recent times. jha-amarjit.medium.com/solid-for-dumm… #SOLID_PRINCIPLES #Java

x_amarjit's tweet image. 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

mickknutson's tweet image. 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


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

baselogic's tweet image. 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…

morikapt's tweet card. مبادئ الكود النظيف: Clean Code

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...

Abdurrahman98XX's tweet image. 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.

Abdurrahman98XX's tweet image. 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.

Abdurrahman98XX's tweet image. 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.

Abdurrahman98XX's tweet image. 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.

Abdurrahman98XX's tweet image. 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

x_amarjit's tweet image. 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 Principles⚡ آخر مبدأ من مبادئ الـ SOLID Principles🙏 لكتابة Clean Code #SOLID_Principles

ahlamMo7md's tweet image. ⚡SOLID Principles⚡

آخر مبدأ من مبادئ الـ SOLID Principles🙏 لكتابة Clean Code 

#SOLID_Principles

🟡ما هو 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


التطبيق لعملية برمجية معينة بنبنى على تطبيق مجرد المجرد بنبنى فوق كود مجرد اكثر منه ibrahim-blog.iabushammah.now.sh/Depedency-Inve… #SOLID_Principles #dependency_inversion


No results for "#solid_principles"

⚡SOLID Principles⚡ آخر مبدأ من مبادئ الـ SOLID Principles🙏 لكتابة Clean Code #SOLID_Principles

ahlamMo7md's tweet image. ⚡SOLID Principles⚡

آخر مبدأ من مبادئ الـ SOLID Principles🙏 لكتابة Clean Code 

#SOLID_Principles

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.

Abdurrahman98XX's tweet image. 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...

Abdurrahman98XX's tweet image. 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...

#SOLID_Principles by Examples: Liskov Substitution Principle dlvr.it/PpgxhS

iamrawtion's tweet image. #SOLID_Principles by Examples: Liskov Substitution Principle dlvr.it/PpgxhS

Probably the most popular article that I wrote on #medium in recent times. jha-amarjit.medium.com/solid-for-dumm… #SOLID_PRINCIPLES #Java

x_amarjit's tweet image. 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

mickknutson's tweet image. 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

baselogic's tweet image. 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

Loading...

Something went wrong.


Something went wrong.


United States Trends