[Development] Coding style proposal
Jiergir Ogoerg
f35f22fan at gmail.com
Thu Jan 2 20:32:07 CET 2014
Ironically, not even the IDE (QtCreator) sorts them out, in my example
parse...() is the 1st in the list, and locale() is the last one
(16th).
Regardless, not anyone is using an IDE, and out of those using an IDE
not anyone uses it to locate functions (me).
On Thu, Jan 2, 2014 at 9:10 PM, Giuseppe D'Angelo <dangelog at gmail.com> wrote:
> On Thu, Jan 2, 2014 at 7:33 PM, Jiergir Ogoerg <f35f22fan at gmail.com> wrote:
>>
>> If it was ordered, then you'd know to scroll up to the top if you're
>> looking for a method called "awesome()",
>> if you got another method "awesomeAndMore()" - you know it's next to
>> awesome(), it can't
>> be at the bottom or in the middle of the source code (like now).
>>
>> There could be some simple rules when this would break the code.
>
> Locating functions is what an IDE is for...
>
> --
> Giuseppe D'Angelo
More information about the Development
mailing list