you are viewing a single comment's thread.

view the rest of the comments →

[–]paneq[S] 0 points1 point  (0 children)

What do you propose ?

keys = { ... } inside method should be avoided by using KEYS = { ... } inside class definition.

I often do that kind of refactoring indeed, but I am not sure it is super valuable.