I just took a process that normally would take an excess of 10 minutes to run and I got it to run in 30 seconds. Talk about efficiency.
Dear noobs and programing fucktards, do not declare variables inside of a loop, especially one that is going to run 11K times. This poor programming and poor for performance since it kills memory in the process.
Think and plan before you write shitty code that will cripple a process.
Noobs have the excuse of being noobs, they don't know any better, but the fucktards do know better and do dumb shit anyhow. People who don't respect the physical process behind programming, the theory or math. They just shrug off or validate their actions with, "ahhh, it doesn't matter"
Yes it does, it matter.
People should train themselves to think in terms of infinity. It works okay for 0 through 10, but how will it react to 0 through 10000? The same with string concatenation, use a fucking string builder goddamn it, is that so hard? If you are concatenating 7 strings or more, your ass needs to use a string builder.
No comments:
Post a Comment