Size: 67
Comment: Create index
|
← Revision 5 as of 2023-05-08 20:41:08 ⇥
Size: 353
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== General guidelines == 1. Reduce vertical whitespace 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 |