I have beeing working on 20k Big Ball of Mud <http://www.laputan.org/mud/> legacy javascript code base. It's a xml based custom ASP.NET web framework to design and bind to database screens quickly to web pages.Almost there is no unobtrusive javascript. All javascript code are functions, no namespace,no objects,no no modules and these functiouns are called by inline event handler from dom elements.It is not cross-browser code and only works in IE. Some of the functions contains 1000 lines of JS code,20 switch statements etc etc.. And it's getting bigger and bigger everyday.
Have you ever been worked on a Legacy Javascript code base like this ? If yes What are the strategies that I can use for this legacy Javascript code ?Thanks.. -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
