Tagged “principles”
-
TIL more clean code principles cleancode principles
Functions should either answer something or do something, but not both. If you use third-party libraries, wrap them. Throw errors.
See all tags.
Functions should either answer something or do something, but not both. If you use third-party libraries, wrap them. Throw errors.
See all tags.