I've finally found a good example for the SRP principle…
Functional Programming For The Rest of Us
Funny introduction to functional programmming principles…
STL design principles
As stated by Alex Stepanov.…
Function arguments
If your arguments are not meaningfully related your function might try to serve multiple purposes at once. @ogni42…