|
|
|
|
|
by CuriouslyC
2 days ago
|
|
Using a consistent string delimiter has value: if you search for ['foo'] you will find all instances of the string foo. With inconsistent delimiters, you better have a single canonical 'foo' in your project or you're going to run into problems. |
|