Re: [dev] st: Large pile of code
On Thu, Apr 25, 2013 at 2:59 AM, Alexander Sedov <alex0player_AT_gmail.com> wrote:
> 2013/4/25 Kent Overstreet <kent.overstreet_AT_gmail.com>:
>> So, to restate - code should be harder to understand to keep people
>> from contributing?
> Code should look compact to keep people from adding bloat. Multiple
> files by themselves add nothing to understanding, other than need to
> constantly hub contexts when one file's function is called from
> other file's.
>
I think you should define what "hub contexts" means to you. to me
its clear that terminal emulation is one context and terminal
rendering is another, and having it all mangled together does not make
it one context (unless your context is more concrete and refers to
terminals in general) and forces less context hubing than sorting
it out into two different buckets (files w/e) in fact because its
separated i would argue that its easier to "see the forest from the
trees" and prevent bloat.
Received on Thu Apr 25 2013 - 16:37:49 CEST
This archive was generated by hypermail 2.3.0
: Thu Apr 25 2013 - 16:48:05 CEST