References ########## .. contents:: These page contain a list of sources used for creating this content. General ======= * `Agilo small commits`_ * `Launchpad Style Guides`_ * `Short, Self Contained, Correct (Compilable), Example`_ * `GitHub Styleguide`_ * `11 practices for better code review <https://www.ibm.com/developerworks/rational/library/11-proven-practices-for-peer-review>`_ Python ====== * `PEP8`_ * `PEP257`_ * `Idiomatic Python <http://python.net/~goodger/projects/pycon/2007/idiomatic/presentation.html>`_ JavaScript ========== * `Idiomatic JS`_ * `Slightly obtrusive javascript`_ CSS === * `Stoyan's CSS`_ * `Idiomatic CSS`_ .. _Short, Self Contained, Correct (Compilable), Example: http://sscce.org .. _Launchpad Style Guides: https://dev.launchpad.net/ .. _PEP8: http://www.python.org/dev/peps/pep-0008 .. _PEP257: http://www.python.org/dev/peps/pep-0257 .. _Agilo small commits: https://agilo.agilofortrac.com/wiki/agilo/dev/SmallCommits .. _Stoyan's CSS: http://www.phpied.com/css-coding-conventions/ .. _Idiomatic CSS: https://github.com/necolas/idiomatic-css .. _Idiomatic JS: https://github.com/rwldrn/idiomatic.js .. _Slightly obtrusive javascript: http://ozmm.org/posts/slightly_obtrusive_javascript.html .. _GitHub styleguide: https://github.com/styleguide