|
|
|
|
|
by madsbuch
1456 days ago
|
|
* Don't let dicts spoil your python code Maybe that was implied? Anyways, a lot of languages take another stance. E. Elixir where using dicts along with pattern matches calls for quite powerful abstractions. As long as the dicts are kept shallow and the number of indirection in the code in general so, then it is alright to navigate and use. |
|