How many is too many?



  • Would you say it's an indicator that something is wrong when your relatively simple data reporting application has approximately 250 JSP pages?



  • It's just a sign that you have good code separation.  Just repeat that line to yourself until you feel better.



  • @djork said:

    Would you say it's an indicator that something is wrong when your relatively simple data reporting application has approximately 250 JSP pages?
     

    I would say a greater indicator of something being wrong is if they were named:

    index.jsp

    index2.jsp

    index_old.jsp

    index_new.jsp.old

    index_the_real_one.jsp

    index_really_the_real_one.jsp

    index_i_am_the_eggman.jsp

     


Log in to reply