|
May 30 |
comment |
How important is graceful degradation of JavaScript? This is the only correct answer. |
|
May 13 |
comment |
How does Jump Point Search algorithm work and why is it so efficient? @YannisRizos Dang, I should've known better :( |
|
May 13 |
comment |
How does Jump Point Search algorithm work and why is it so efficient? By manually timing them with a timer. Human errors might indicate that im off by maybe few seconds or more but there is no way that it took as long as the times mentioned in the applet. Maybe it is referring to something else or it is a bug. |
|
Mar 19 |
comment |
C++ library API: new or getters? Returning a smart pointer? That's an automatic "no" for me to use the library. |
|
Mar 18 |
comment |
How to prevent my executable being treated from AV like bad or virus? It's not doing anything DLL-Injection related activity, is it? |
|
Mar 18 |
comment |
Is it a good idea to schedule regular time to clean up code? It would be a better idea to schedule a regular time for a code review |
|
Mar 14 |
comment |
How to rewrite from scratch a code for which I own the copyright so I can use it on my job without losing the rights to the first version? Great answer, but randomly CAPITALIZING words in the MIDDLE of the sentences seems.. very meh to me. Isn't that what bolding is for? |
|
Mar 7 |
comment |
How is an IDE compiled? @jwenting I never necessarily said that compiling IDE needs an IDE. It was just a general assumption made by me since as others said, IDE is just a piece of software too so it sounds logical to me that they may use the previous version of IDE to build the next one. I was just curious in how the IDEs are built but basing them off the IDE example seems to be a terrible idea. |
|
Mar 7 |
comment |
How is an IDE compiled? @jwenting What? I've compiled C codes using GCC compiler in Linux before. I'm not sure where you might've gotten that idea. |
|
Mar 7 |
comment |
How is an IDE compiled? So then am I correct to assume the example I've written above regarding VS 2012 and Eclipse is correct? |
|
Feb 25 |
comment |
@Dynamic You sir, are a 14 year old prodigy then........ |
|
Feb 24 |
comment |
You have my vote, but I have to ask from viewing your profile - are you really 14 years old? |
|
Feb 14 |
comment |
How is the Trial Period for Softwares generally implemented? Sounds like a solid guess for me. The only potential problem I can see with this is if the user has had their clock set incorrectly and then installed the software, then the user readjusted the clock correctly later on. Not a very likely situation, but just something that I thought of. |
|
Feb 9 |
comment |
Should the variable be named Id or ID? @JeffK I know, I would never ever sacrifice readability just to write faster or easier. |
|
Feb 8 |
comment |
Should the variable be named Id or ID? @Pramod Really? I find typing ID much more easier than Id because you have to conscientiously let go of the shift key when you are typing the lowercase d. It's rather easy to accidently type two upper case letters when you actually meant to type one upper case and one lower case, because your timing might be slightly off on when you release your shift key. |
|
Feb 7 |
comment |
programming PID loops in C The Ascii Diagram blew my mind. +1 |
|
Feb 3 |
comment |
For what reasons should I choose C# over Java and C++? It runs on every platform.. theoretically, sure. But have you ever tried to port a java app from Windows to Linux? "Nightmare" or "Hell" isn't strong enough to describe the experience. |
|
Jan 30 |
comment |
What *are* the programming concepts I should master to have a deep understanding of my craft (programming)? +1 for GET STUFF DONE. |
|
Jan 30 |
comment |
How does C++ handle multiple inheritance with a shared common ancestor? @jcolebrand en.wikipedia.org/wiki/Multiple_inheritance see Diamond problem |
|
Jan 18 |
comment |
I don't program in my spare time. Does that make me a bad developer? +1 for the spectacular anecdote. Sometimes we are so obsessed with solving intricate challenges that we often forget perseverance is the key to success. |