|
May 13 |
comment |
Best Practices for calculating data in GIS-like web application @DanPichelman: Points array size may of course vary, but at this stage of app development (design) I assume average track to have between 500 and 5000 points. |
|
May 13 |
comment |
Best Practices for calculating data in GIS-like web application @YannisRizos: Very likely. Future version of web app should even allow on-line update of track being recorded as viewers watch it. |
|
Aug 30 |
comment |
Why do we have to use break in switch My question was about global idea, not certain context. I thing there are much more situation, where you want to do something with variable set inside switch, so your context of returining program flow immediatelly from switch isn't good idea in that case. |
|
Aug 28 |
comment |
Why do we have to use break in switch Hm... All books I've read said: switch IS an alternative of if. And most of them also said, that situation, where you execute (match, evaluate) more than one block of code is very rare and unwanted in most cases. |
|
Aug 1 |
comment |
Using account (login) password in generated PDF? Thanks for your detailed answer. That was something, I was looking for. I agree that my conclusions could be a little bit radical, but the general goal was to get answers (like yours), not to make any statements myself (as I'm not enough experienced in this area). |