|
|
|
|
|
by Waterluvian
1275 days ago
|
|
They forgot the masterpiece I saw years ago: 1. Give all your Python class members a tedious naming convention. 2. Be DRY by writing helper functions that do name lookup based on a string of the last half of the member name. 3. Be even more DRY by having the function guess a little if the match isn’t exact You now have an application where you cannot search for where members are referenced. |
|
Clean Code was mental poison for me and certainly led to a bunch of overly abstracted or overly-DRY code.