|
|
|
|
|
by dilap
3037 days ago
|
|
> But there's also some things that make people nervous -- like case & style insensitive names (ie. `read_file` is equivalent to `readFile`) -- that are almost never an actual issue. Gahhh, why would you do this? It just seems like it'd be a nightmare to use grep to understand your codebase. |
|
In other words, you're not limited by the design decisions of another developer (or language, as nimmer pointed out).