Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
9answers
335 views

Untangling a software mess, time for Big Rewrite?

I recently started a job knowing that the company's practices needed help: no source control, no bug tracking, definitely no automated testing. They told me that their application code wasn’t good. ...
3
votes
5answers
613 views

Rank Source Control Options-VSS vs CVS vs none vs your own hell

It seems like a lot of people here and on many programmer wikis/blogs/ect. elsewhere really dislike VSS. A lot of people also have a serious dislike for cvs. In many places I have heard a lot of ...
3
votes
4answers
228 views

VB6 Migration Advice

I know a lot of question regarding VB6 migration have been asked, but I don't believe my exact situation has been answered in them. Basically, our company is wanting to migrate our mission-critical ...
3
votes
3answers
3k views

Java Collections Implimentations (e.g. HashMaps vs HashSet vs HashTable …), what is the cost of choosing the wrong one?

In my code I default to using ArrayList for all Lists, HashMap for all maps, HashSet for all sets. From a practical standpoint how much am I losing in flexibility, scalability, readability and ...
1
vote
2answers
146 views

SQL Server 2008 Mirrored DB Update Rollback - Crisis

I am a programmer who has done a very bad thing and somehow didn't select the WHERE clause before hitting F5 on an update query in SQL Server 2008. I know this isn't a programming question but it is a ...