I have a situation in Java where I have an external device that I want to communicate via serial I/O. I know how to do this, but I\'m now in a refactoring mode to make sure I\'ve got a maintainable so
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Good Morning All, I have inherited an ASP.net website that was originally started back in 2007.I believe that a lot of the codebase was written in version 1.1, patched to 2.0 where necessary.The clien
Given the following code: public static bool UpdateUser(string userId, string jobTitle) { return GetProvider().UpdateUser
My company is on a Unit Testing kick, and I\'m having a little trouble with refactoring Service Layer code.Here is an example of some code I wrote:
I am about to attempt reorganizing the way my group builds a set of large applications that share about 90% of their source files.Right now, these applications are built without any libraries whatsoev
I have a method that I want to be \"transactional\" in the abstract sense. It calls two methods that happen to do stuff with the database, but this method doesn\'t know that开发者_运维问答.
I\'m an experienced developer, but not in Perl. I usually learn Perl to hack a script, then I forget it again until the next time. Hence I\'m looking for advice from the pros.
This question already has answers here: What's the term for the part of the URL after the question mark?
I had created a GUI in Netbeans throug开发者_开发问答h Netbeans Swing GUI creator. So I just dragged and dropped the Swing Components from the \"palette\" window and all the code was generated by netb