I have a library that provides a reflection API on top of describeType() (a method that returns an XML object with all the specs of a class or instance). Since this library is used in several other li
I inherited some large batch files, and I\'d like to rewrite them to a more \"developer friendly\" language.
I have a method for validation that has many conditional statements.Basically it goes If Check1 = false
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
My routes are getting out of hand due开发者_开发百科 to the fact that this isn\'t possible (correct me if I\'m wrong):
So I made a mistake. When originally writing a signature for an API, I created something like this: public JellyBeanResult getJellyBeanReport();
I\'开发者_运维问答ve just inherited a project, and been told that an entire folder, \"includes/\" needs to be removed due to licensing issues -- We don\'t have the right to redistribute the files in t
Let\'s say I have a static method called Logger.log(), which calls another static method, CurrentUser.getName(), to get some additional information to log:
I\'m refactoring a Rails-based event registration application that has a checkout process that hits several ActiveRecord models.Ideally, the objects should not be saved unless checkout is complete (pa
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a