Le 10/07/2012 09:19, Jeroen Demeyer a écrit :
On 2012-07-10 06:47, William Stein wrote:
Seriously?  You guys actually *want* a single 20,000 line Cython file?
Why?   The only argument you are giving is that you can't remember
which file something is in, so let's just put everything in one
massive file.   I'm clearly missing something.

+1 to William.  Usually, when files are so large, it's because of bad
design.  Perhaps matrix0, matrix1, matrix2 is also bad design, but
having just one matrix file would also be bad design.

+1 to that.

Names matrix0, matrix1 and matrix2 look bad. Isn't it possible to give more informative names? Even like this, any serious programming environment can easily find where something is defined (grep is nice too).

Snark on #sagemath

--
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to