Vooldz / Solid-principles

Here I will describe and summarizes all of the lessons I took in solid principles
0 stars 0 forks source link

Single Responsibility Principle #1

Open Vooldz opened 9 months ago

Vooldz commented 9 months ago

Single Responsibility يجب على كل class او method ان تكون مسؤوله عن مهمه واحده فقط لتسهيل قراءة ال code و ايضا ل اتباع طريقة كتابة الكود النظيف clean code وهذا الشيء يجعل ال code مرن اكثر وقابل ل اعادة الاستخدام بحيث نقوم بتوفير الوقت والجهد من خلال عدم الحاجه ل انشائه مره اخرى اتباع هذا المبدأ يعمل ايضا على ترتيب ال code والقدره على فهمه من قبل المبرمجين الاخرين بشكل افضل.

Vooldz commented 9 months ago

Done!