Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r64257:cd4858fb3522 Date: 2013-05-17 15:08 +0200 http://bitbucket.org/pypy/pypy/changeset/cd4858fb3522/
Log: crucial clarification diff --git a/pypy/doc/how-to-contribute.rst b/pypy/doc/how-to-contribute.rst --- a/pypy/doc/how-to-contribute.rst +++ b/pypy/doc/how-to-contribute.rst @@ -28,7 +28,8 @@ Layers ------ -PyPy has layers. Those layers help us keep the respective parts separated enough +PyPy has layers. Just like Ogres or onions. +Those layers help us keep the respective parts separated enough to be worked on independently and make the complexity manageable. This is, again, just a sanity requirement for such a complex project. For example writing a new optimization for the JIT usually does **not** involve touching a Python _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
