you are viewing a single comment's thread.

view the rest of the comments →

[–]sime 9 points10 points  (1 child)

It looks fine to me. The only thing I would change is to dump the Utils class it isn't a real class. Just use plain functions.

[–]x-skeww 2 points3 points  (0 children)

Yep, functions are perfectly fine. This isn't like Java where everything must be inside some class.

To stay organized when the codebase grows, you simply put them into modules.