- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 42字
- 2021-07-03 00:12:03
Single responsibility principle
When talking about SOLID principles, we will start off with the single responsibility principle (SRP). Here, we are actually saying that a class has a specific task that it needs to fulfill and it should not do anything else.
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Learning NServiceBus(Second Edition)
- 自己動手實現(xiàn)Lua:虛擬機、編譯器和標準庫
- 跟老齊學Python:輕松入門
- Python金融數(shù)據(jù)分析
- HTML5與CSS3基礎教程(第8版)
- Mastering ROS for Robotics Programming
- Hands-On GUI Programming with C++ and Qt5
- Python機器學習算法與應用
- Go語言開發(fā)實戰(zhàn)(慕課版)
- Qlik Sense? Cookbook
- Vue.js光速入門及企業(yè)項目開發(fā)實戰(zhàn)
- NGUI for Unity
- Hands-On Robotics Programming with C++
- Hacking Android