Search Results

4
votes

Placement of instance variable declarations

because of "Program to an 'interface', not an 'implementation'." (Gang of Four 1995:18) (http://en.wi …
1
vote

Which scripting language do you use the most and why?

groovy because it works well with java …
4
votes

Best Web applications framework for Java?

i like grails, but there are a lot of these things out there, matt raible sems to have a good handle on them: …
2
votes

What does unit testing mean to you?

there is a traditional view of http://en.wikipedia.org/wiki/Software_testing as part of …
2
votes

Default string initialization: NULL or Empty?

seems like this is a special case of the http://en.wikipedia.org/wiki/Null_Object_pattern …
0
votes

What are your impressions of Maven?

matt raible has a blog entry http://raibledesigns.com/rd/entry/comprehensive_project_intelli …
3
votes

What is the best programming language for web development and why?

the best is a matter of opinion. i like groovy and grails. ruby and rails is popular. there are lots of java based web frameworks. also, there is c#/.net. …
1
vote

Is Switch (Case) always wrong?

it's usually ok, as long as you only have one switch in one place. when you have more than one (or many), then it's time too consider alternatives. …
1
vote

Unit Testing Legacy ASP.NET Webforms Legacy Applications

i would suggest getting a copy of "Working Effectively with Legacy Code" (http://www.amazon.com/Working-Effectively-Lega …
1
vote

What should ‘Computer Science’ be called?

maybe "computer science" is ok. see a related paper by peter denning: http://cs.gmu.edu/cne/pjd/PUBS/CACMcols/cacmApr0 …
0
votes

Best IT/Programming/Technology related Acronym

Supreme Head of Information Technlogy …
0
votes

Units of measure in C# - almost

there is jscience: http://jscience.org/, and here is a groovy dsl for units: …
1
vote

What does a good programmer’s code look like?

i second the recommendation for uncle bob's "clean code". but you may wish to take a look at http://www.amazon.com/Imple …
1
vote

Why does it seem that most programmers tend to write all their code at the lowest possible level of abstraction?

i have been programming for more than 40 years. i have taught some college graduate and undergraduate courses as well as some commercial ones. abstraction is just something than many people find di …
2
votes

Is a Software Engineer a Computer Science Major?

this is a religious question. the acm and ieee have five different degrees (http://www.acm.org/education/curricula-re …

1 2 next
15 30 50 per page