https://thanos.io/tip/contributing/coding-style-guide.md/
Code for readability, low cognitive load.
Never use panics.
Avoid variable shadowing.
Prefer early returns.
Never use print, use a logger.
Comments Should be Full Sentences.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
https://thanos.io/tip/contributing/coding-style-guide.md/
Code for readability, low cognitive load.
Never use panics.
Avoid variable shadowing.
Prefer early returns.
Never use print, use a logger.
Comments Should be Full Sentences.