Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

IrelandOffline map

Options
  • 08-10-2013 10:00am
    #1
    Registered Users Posts: 101 ✭✭


    We are currently contemplating a rewrite of the map page to take into account some very new web technology which will lead to a much more structured codebase so therefore much easier for maintenance and updates.
    The current map page is done using Jquery and google maps. Liberal use of Jquery seems to lead to very unstructured code with DOM manipulation in random places, most of it is probably mostly our fault. We have tried to keep all DOM manipulation in once place but sometimes...
    It seems to lead to issues like this...doing a large bit of code that does X, leading to a temptation to think I'll just do some DOM manipulation here at the end of this process (then all hell breaks loose<g>)

    The newer technology is called Angularjs and leads to a nice controller/view model which is kind of nice and easy to maintain, we'll see how it goes....

    So we are looking for suggestions/criticisms/ideas/bugs/thoughts in fact any feedback really:)


Comments

  • Technology & Internet Moderators Posts: 28,791 Mod ✭✭✭✭oscarBravo


    In the immortal words of Eric S Raymond: plan to throw one away, because you will. (And if you plan to throw one away, you'll throw away two!)

    Good luck with the rebuild.


Advertisement