[pypy-commit] pypy default: crucial clarification

fijal noreply at buildbot.pypy.org
Fri May 17 15:08:58 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
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


More information about the pypy-commit mailing list