Code Duplicationhttp://forums.asp.net/t/923128.aspx/1?Code+DuplicationTue, 27 Sep 2005 23:52:04 -04009231281065012http://forums.asp.net/p/923128/1065012.aspx/1?Code+DuplicationCode Duplication I haven't really looked at how all the scripts work together (since I can't test it in VS&nbsp;and there is not much documentation), but I find it strange that the first 848 lines of the Atlas.js &amp; the AtlasCore.js are exactly the same. Same thing for the first 152 lines of AtlasCore.js &amp; AtlasRuntime.js. So there are about 1000 duplicate lines in these three files. Why is there so much duplication? You should split up the script files and load the stuff only once. Or does the Atlas.js file contain the entire library, but if that's the case why do AtlasRuntime.js &amp; AtlasCore have the same code?<br> <br> Is there a particular reason for this duplication or is there something that I am missing? 2005-09-27T20:24:45-04:001065164http://forums.asp.net/p/923128/1065164.aspx/1?Re+Code+DuplicationRe: Code Duplication <p>For pure AJAX scenarios I use AtlasRuntime.js for all other scenarios (script controls or server controls) I use Atlas.js&nbsp;(which is superset of AtlasRuntime.js and AtlasCore.js). We are working on better ways to package the atlas bits.<br> <br> -jhawk</p> 2005-09-27T23:52:04-04:00