Different color highlighting for class and object?
Wouldn't it be a little better if the class
and object
keywords had a different color from the function
keyword?
The definitions look identical, apart from functions having parameters:
foo = class
bar = object
derp = function
And since they're all the same color, none of them really pops out amidst the clutter. If classes and objects had a different color you could instantly tell them apart from functions.
I think it could make code easier to read.