Tagged Questions
3
votes
5answers
400 views
How do you name your personal libraries?
I'm pretty bad with naming things.
The only name I can every generically come up with is 'helper'. Say, if I have a header file that contains helping functions for manipulating paths, I tend to put ...
4
votes
1answer
238 views
Best practice for organizing third-party integration code in ruby
I have a rails app. I'm writing code to integrate it with a third-party service, "Foo Bar". The integration affects many parts of the system -- models, controllers, and an API wrapper.
Thus far I've ...
3
votes
1answer
747 views
How to organize a larger project with several sub-projects and their dependencies?
As a software developer until now, I've mostly worked on projects that were quite "monolithic" with hardly any dependencies on other projects, without building automation (no Make, Ant, Maven, etc.) ...