|
|
|
|
|
by shade23
3859 days ago
|
|
I've had to face the most horrible people with the most horrible requests.One of them being a request to "Send a payload with a Get request" . I spent nearly 2 months of my life convincing them this was not possible.I understand maintaining a high quality of code.But a major part of the reason for using archaic/available-for-the-past-10-years technology is 2 fold:
1.The HPBs do not want to/cannot learn anything new lest they need to one day code in those languages
2.They do not want to risk 'wasting time' of the sub-ordinates on learning something new which would benificial compared to actually doing the work needed. Another third situation that I would agree with:
Clients sometimes really do not like to trust new technology.An age old anecdote is always brought ; "Why fix what is working?" |
|
I assume you know it really is possible, right? (in URL parameters - with certain limitations about size if I remember correctly... or did just IE choke at 2048 bytes? I forget...) I am not arguing you should use GET instead of what should clearly be a POST, but saying it is not possible is IMHO misleading. And there are sometimes valid business reasons to use (invalid) technical solutions.
I understand your point, but neither extreme (always staying with legacy / always rebuilding) is particularly good.