Re: [Rails] Question about length of ActionDispatch::Routing::Mapper class file

2015-09-15 Thread George Mendoza
Hello, Thanks for the reply. Definitely good to know :) George On Tuesday, September 8, 2015 at 2:28:37 PM UTC+8, bot Peña wrote: > > On Tue, Sep 8, 2015 at 7:38 AM, George Mendoza > wrote: > > Our team lead and I recently discussed the pros and cons of breaking up > a

[Rails] Question about length of ActionDispatch::Routing::Mapper class file

2015-09-08 Thread George Mendoza
Hello Rails team, I'm not sure whether to post this question here or in the Rails core list. Please redirect me to the right forum if applicable. Our team lead and I recently discussed the pros and cons of breaking up a long source file into multiple source files. I tend to prefer one class

Re: [Rails] Question about length of ActionDispatch::Routing::Mapper class file

2015-09-08 Thread botp
On Tue, Sep 8, 2015 at 7:38 AM, George Mendoza wrote: > Our team lead and I recently discussed the pros and cons of breaking up a > long source file into multiple source files. I tend to prefer one class per > file, because I find the individual files easier to read and