|
|
|
|
|
by mbreese
5348 days ago
|
|
A function may have the perfect name at the time you wrote it. It may make perfect sense within the context that you initially conceived of it. However, after some time away from it, when you're trying to mentally rebuild that context, it may make as much sense as def foo(). Good naming is important, but you also have to know the context, which is more difficult to remember. |
|