It's a major development annoyance that double quotes (") cannot be used for string values in Apex. It is not only inconsistent with other similar languages (Java, C#, etc) but is also inconsistent with other force.com technology like VF pages and formula fields.
This makes it annoying for developers when context switching between other languages and Apex.
It would be great if Apex could support both single and double quotes for strings like JavaScript does.
1 Comment » Posted by james2000
Posted 11/11/08
Categories: Apex and Visualforce, Force.com Platform
|
richard_vanhook 11/12/08 |
It also makes porting existing Java code over more difficult. Granted its a global search and replace; however, its one more step. |