Juan José

Results 2 comments of Juan José

So in the way @sergei-maertens sees it, "feels like it's mostly to separate it from regular class attributes and model fields, and not pollute the (sub)class namespace(s)." snake_case makes sense,...

@sergei-maertens that's true. hm... The way I saw it was that if I have something like: ``` class Planet(object): PLUTO = 'P' ``` Then having the choices would be: ```...