
When not to comment: Questions and tradeoffs with API documentation for C++ projects
You want comments in your code, but probably not too many.
You want comments in your code, but probably not too many.
Some tips that can help you streamline your code review pipeline.
You know about code coverage for tests, but code review coverage is just as important.
Go’s time
package takes a novel approach to defining datetime serialisation formats. Is it an improvement over existing alternatives?