Ben her zaman bu merak oldum. İki kod örneği arasındaki hangi işlemci daha verimli? Ben çeşitli dillerde farklı olabileceğini anlamak ve ben cevap PHP ne olduğunu bilmek gerekir, ama cevabım farklı olurdu ben de JavaScript, CFScript ve ActionScript merak ediyorum.
Teşekkürler
ps: örnek, belirli bir dil için kesin olmayabilir, ama noktası olsun eminim
Örnek 1:
if(myVar < 1){
return;//returned with nothing
else{
//do something
}
Örnek 2:
if(myVar < 1){
//left blank
else{
//do something
}
EDIT: Guys, you're right, this would probably be completely unnecessary, I am asking this out of curiosity more than anything. I've been doing web development for more than a decade and It's all pretty much been self taught. I've seen a lot of code using both methods from "trained professionals" and was wondering if this was a personal preference or one group of people knew something the other didn't.
Ayrıca bu sahte kod examples.I 'm detayları biraz daha farklı olacağını birden fazla dil hakkında soran ve test tam emin ben soruyordu biliyordu yapmak için basit bir. Bu örnekler bir işlevi olacağını kabul edilmelidir.