0
votes
Why learn Perl, Python, Ruby if the company is using C++, C# or Java as the application language?
The "real benefit" that an employer could see is a better programmer who can implement solutions faster; however, you will not be able to provide any hard numbers to justify the expense and an empl …
1
vote
Ruby code for quick-and-dirty XML serialization?
You could use Builder instead of creating your to_xml method, and you could use XMLSimple to pull your xml file into a Hash instead of using the from _xml method. Unfortunately, I'm not sure you'll …
