- 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.
推薦閱讀
- UNIX編程藝術
- Django+Vue.js商城項目實戰
- Learning ROS for Robotics Programming(Second Edition)
- Pandas Cookbook
- Mastering SVG
- 程序員數學:用Python學透線性代數和微積分
- Clojure for Domain:specific Languages
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 零基礎輕松學SQL Server 2016
- Java系統化項目開發教程
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Instant PHP Web Scraping
- PowerDesigner 16 從入門到精通
- 深入理解Kafka:核心設計與實踐原理
- Learning ECMAScript 6