|
|
|
|
|
by kazinator
2309 days ago
|
|
Significant whitespace is more of an issue than what two functions should be called. Significant whitespace means that we can't reliably use a traditional whitespace-insensitive diff to to compare changes in Python code that seriously change its meaning, such as change how many statements are in the scope of an if. |
|