KISS at finest :)
Thank you the insider info of updating a monolithic dinosaur :) How was the original data connection arranged? like spaghetti code, everything everywhere or was some minimal model files? How long was the original code? Just a few file and few hundred lines?
It was structured, but not how you'd structure it with a bit more experience! The main "default.asp" was a huge Select Case (same as switch in JS), that took a pageType from the url, and returned the function matching that!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
KISSat finest :)Thank you the insider info of updating a monolithic dinosaur :) How was the original data connection arranged? like spaghetti code, everything everywhere or was some minimal model files? How long was the original code? Just a few file and few hundred lines?
It was structured, but not how you'd structure it with a bit more experience! The main "default.asp" was a huge
Select Case(same asswitchin JS), that took apageTypefrom theurl, and returned the function matching that!