I\'m just about to finish a marathon 9 month project-- a web app with over 70k lines of code.Problem is I hardly used comments, never used javadoc, and never kept any goo开发者_StackOverflow中文版d do
I\'ve seen the operation of copying a string describ开发者_如何学JAVAed as O(n), where n is the length of the string, because it\'s assumed that we need to iterate through each character of the string
I want to achieve concurrency check using nHibernate 3 using UnitOfWork pattern. To be more precise: open new session session,
I have created a class that parses some document from file. class Parser { public Parse(string fileName)
Do you have it as a separate Module, or just one separate Controller, or multiple Controllers without 开发者_如何转开发any logical separation from Frontend (except for Auth ofcourse), or something els
Where do I start? Over the course of learning to program one runs into design patterns, architectural choices etc. For me, I understand conceptually DI, IoC and why they are needed/good. Modularity,
I\'m teaching myself as I go and am the only developer at our organisation. I\'ve started splitting particular tasks off into class libraries so that as organisation needs grow I can re-use that code.
I am trying to develop an web application on Ruby on Rails. I would like to allow third party developers to develop app for my application(similar to Facebook app). Could you 开发者_运维百科guys pleas
I\'m unit testing and refactoring a large code base with many utility libraries in PHP. There\'s many libraries like this, filled with convenience methods used all over the site.Most of these static
Have you ever thought about the implications of this change in the Java Programming Language? The String class was conceived as an immutable class (and this decision was intentionally thought-out). B