| | |
ColdFusion has a big ego
![]() |
0
#4 Jan 3rd, 2005
Actually it could be a good practice in that it makes it a lot easier to make sure noone uses your keywords for something else.
Java has added some keywords in the last 2 releases which caused problems for users who had used those same words as identifiers in the past.
Of course it can also be annoying as hell
Java has added some keywords in the last 2 releases which caused problems for users who had used those same words as identifiers in the past.
Of course it can also be annoying as hell
0
#5 Jan 4th, 2005
I agree with jwenting. In all my programs and scripts I give prefixes to all variables, constants, functions, etc. just to make sure that there is no funk with keywords and other predefined stuff. If C, PHP and the rest did this, we could USE those words to OUR choosing. Maybe not a big deal (and many might prefer no prefix to save typing), but I personally enjoy as much freedom as I can get. Am I making sense? Okay, well. I'm not into ColdFusion or ASP. I'm cool with PHP. Take care.
Alcides.
Alcides.
![]() |
Similar Threads
- Big Big problems with apostrophes (DaniWeb Community Feedback)
- Is there an ego problem? (Geeks' Lounge)
- Big, big issues with... well, I wish I knew... (Troubleshooting Dead Machines)
Other Threads in the Upcoming News Stories Forum
- Previous Thread: My final year project
- Next Thread: Blog me tender, blog me sweet...
| Thread Tools | Search this Thread |
age amd analytics api apple avatar blog blogging bluegene bluray broadband browser business cellphones chips computers console copyright database dell developer development dos economy email encryption energy enterprise facebook firefox games gaming google government gta hardware ibm ibm.news intel intelibm internet iphone ipod laptop legal leopard linux mac malware medicine memory microsoft mobile news nintendo obama office openoffice opensource os pc politics prompt ps3 recession redhat registry root russia search security semiconductors software sony statistics stockmarket stocks sun supercomputer supercomputing technology technologystocks tiger trends tweaks twitter ubuntu unix verizon virus vista web webmail wii windows wireless working x86 xbox yahoo







yeah i did look at some CF code once and everything had a prefix. what happened to the good old days of just crazy variable names and functions...