i once worked on a php code like this. the strategy was using facade pattern as the implementation of the new api and slowly work on that. On Dec 20, 2010, at 1:39 AM, cihat altuntas wrote:
> I have beeing working on 20k Big Ball of 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] -- 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]
