> For the complete documentation index, see [llms.txt](https://kdongs.gitbook.io/kdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kdongs.gitbook.io/kdocs/solid/s-single-responsability-srp.md).

# S - Single Responsability (SRP)

## About

A class should have one responsability.

*A class must have one reason to change, if there are many reasons, they must be separated to other classes.*
