Conventions.
|
|
Hey, well I had a discussion with a freind about my, i guess ill call it "Code Optimization" for now, any ways, when we were talking, i had a Epic Brain Fart, on what its called when you would do:
instead of:Code:public void HERPDERP() { if (HERPDaRP) { DoSomeShitHere(); } else { DoSomeOtherShitHere(); } }
Code:public void HERPDERP() { if (HERPDaRP) { DoSomeShitHere(); } else { DoSomeOtherShitHere(); } }
Conventions.
Conventions and it makes no difference in performance just makes programming easier.


tabsjk, what they all said
![]()
| « [PI] Fletching, Please Explain | [PI] Private Message Exploit » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |