Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
175 views

Deep diving into open source code

When do you feel that it's appropriate/necessary to take deeper dives into the source code of open source tools to gain an understanding of the toolsets that you use? (nHibernate, StructureMap, Rhino ...
7
votes
2answers
1k views

When to call a “require” in Rails?

I have a more conceptual question in Rails... or Ruby for that matter: Is it best to call a require right before the method that needs it, group my requires at the beginning of the class or somewhere ...
5
votes
2answers
1k views

The very basics for using Guava

I totally did google this. But everything I found is about the next step past where I am. I am returning to programming after a long time away, and learning Java (& OO) for the first time. I ...
5
votes
3answers
355 views

Are there any resources similar to katacasts.com?

I recently discovered Corey Haines great site katacasts.com, and I find it to be an excellent learning resource as well as a source of inspiration. Are there any other sites where I can find videos ...
4
votes
11answers
447 views

Inspirational Writings

List out the articles/writings that inspired you to be a better developer They write the right stuff http://www.fastcompany.com/magazine/06/writestuff.html Made me think harder about edge case ...
3
votes
2answers
133 views

What's the best way to architect the relationship between train and track objects?

I'm working on a project for visually tracking trains. I've refactored the object relationship between the trains, the tracks, and the respective drawing classes for each several times, and I'm not ...
1
vote
2answers
131 views

Private methods in Controllers

Greetings, I've worked on quite a few apps now that are using the MVC pattern be it in Rails or .Net and I always see a bit of private methods being added inside the controller class. These private ...
-8
votes
2answers
731 views

My asp .net Master Page is not correctly rendering in Firefox

Somebody please help..... I am even starting to doubt ASP .Net....i should have opted for php on this project... It seems ASP >net is only good in IE and never good in Firefox,Safari etc Is there a ...