Size: 194
Comment: Add HR
|
← Revision 5 as of 2023-05-08 20:41:08 ⇥
Size: 353
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
2. Reduce indentation; exit, return, or continue early | 2. Reduce indentation; exit, return, or continue early, i.e. fail fast == Interesting reading == * [[http://zguide.zeromq.org/page:all#toc133|The Pscyhology of Software Architecture, from the ZeroMQ guide]] |
General guidelines
- Reduce vertical whitespace
- Reduce indentation; exit, return, or continue early, i.e. fail fast
Interesting reading
/C++ /Doxygen /Git /HTML /JavaScript /Naming /PHP /ProjectLayout /Python |