Minor annoyance with ASP Apr09 '07
Some of you more "advanced" coders might find it humorous that I still use ASP for my day job, when there are clearly much better server-side web scripting languages available these days.
ASP is old, junky, and just plain inefficient.
However, I get by as best as I can.
Other than the obvious limitations of the entire ASP language library, there is something that always "trips me up."
I hate how ASP uses array(0) format, rather than array[0] format.
Most languages use brackets for array references, rather than parenthesis. Parenthesis are normally used for function calls, so you can see why I always get confused.
Even after hundreds of times making the mistake, I still end up using array[0] format before I notice the giant syntax error on the rendered page.
I've written before how ASP compares with PHP, as well as other ASP annoyances.
Categories: Annoyances
, ASP
, Programming ![]()
Add Feedback (view all)
Leave feedback
matthom
is published and produced by Matt Thommes - an independent publishing enthusiast, mobile blogger, content creator, informative writer, web developer from Chicago.
Never one to conform, Matt intends to promote the effect the web has on our lives, in an effort to intensify, instruct, and clarify all that is happening around us.
- Wacom replacement pens don't always work
- urlTea for short, descriptive URL's
- Football weekly blame game
Similar Entries
- Brief comparison of PHP and ASP (120 recent visits)
Stats
2 unique visits since August 2008