Nick

12%
Flag icon
Command Query Separation Functions should either do something or answer something, but not both. Either your function should change the state of an object, or it should return some information about that object.
The Robert C. Martin Clean Code Collection (Collection) (Robert C. Martin Series)
Rate this book
Clear rating
Open Preview