|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Speed or readiness?
One more on evaluation criteria. What is more important: code to be fast or litle slower (say 10%), but the source code be easy to read and understand. Usually, you might have one or the other but you can not have them all
|
|
#2
|
|||
|
|||
|
RE: Speed or readiness?
PHP removes all comments, and whitespace upon loading of the script, and the length of variable names 'shouldnt' come into terms with the speed of execution. If you can make a for loop thats unreadable.. thats another story. But i wouldnt worry about adding comments and stuff. Comments are always a good thing IMHO.
|
![]() |
| Viewing: Codewalkers Forums > PHP Contests > Older Contests > Speed or readiness? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|