16
votes
9answers
2k views
Nant or MSBuild, which one to choose and when?
I am aware there are other nant and msbuild related questions on stack overflow, but I could not find a direct comparison between the two and so here is the question.
When should one choose Nant over …
16
votes
14answers
1k views
Best IT/back-office system hacks?
Lots of people have things that their systems do for them or for their teams. Source control post-commit hooks are a standard example: have an automated build system that checks out the latest source, …
15
votes
8answers
2k views
Automated Unit Testing with JavaScript
I'm trying to incorporate some JavaScript unit testing into my automated build process. Currently JSUnit works well with JUnit, but it seems to be abandonware and lacks good support for AJAX, …
13
votes
5answers
3k views
How do I copy a file to a remote server in python using scp or ssh?
I have a text file on my local machine that is generated by a python script run daily in cron. I would like to add a bit of code to have that file sent securely to my server over ssh. Help.
12
votes
8answers
1k views
Dead code detection in legacy C/C++ project
How would you go about dead code detection in C/C++ code? I have a pretty large code base to work with and at least 10-15% is dead code. Is there any Unix based tool to identify this areas? Some …
11
votes
8answers
550 views
How to automate development environment setup?
Every time a new developer joins to the team, or the computer a developer using changes, developer needs to do lots of work to setup the local development environmentto make the current project …
11
votes
6answers
424 views
Anyone Using Executable Requirements?
In my limited experience with them executable requirements (i.e. specifying all requirements as broken automated tests) have proven to be amazingly successful. I've worked on one project in which we …
10
votes
3answers
518 views
How to create automatic a list of items used in a LaTeX-document?
I want to add items in a LaTeX-document. Say for example, that I want add hints to the document. I create a command, so I can call something similar to this:
\hint{foocareful}{Be careful with …
10
votes
8answers
485 views
How do you automate some routine actions for improving productivity?
Every morning, after logging into your machine, you do a variety of routine stuffs.
The list can include stuffs like opening/checking your email clients, rss readers, launching visual studio, running …
9
votes
7answers
1k views
Is there a PHP equivalent of Perl’s WWW::Mechanize?
I'm looking for a library that has functionality similar to Perl's WWW::Mechanize, but for PHP. Basically, it should allow me to submit HTTP GET and POST requests with a simple syntax, and then parse …
9
votes
15answers
1k views
Nano hacks: most useful tiny programs you’ve coded or come across
It's the first great virtue of programmers. All of us have, at one time or another automated a task with a bit of throw-away code. Sometimes it takes a couple seconds tapping out a one-liner, …
9
votes
20answers
2k views
Tools for automated GUI testing (on Windows)?
Does anyone have tools to recommend for automated testing of GUI applications on Windows?
The tools must be language-independent and thus should be able to interact with any GUI, regardless of …
7
votes
18answers
608 views
To be a lazy developer or not to be a lazy developer?
Am I a lazy developer?
Is it being lazy to use automated tools, such as code generators and such?
Now, I could, if I had to, create all the data layers and entities I needed, but I choose to use …
7
votes
25answers
1k views
What code metric(s) convince you that provided code is “crappy”?
Code lines per file, methods per class, cyclomatic complexity and so on. Developers resist and workaround most if not all of them! There is a good Joel article on it(no time to find it now).
What …
7
votes
5answers
822 views
Do you have any recommended macros for Microsoft Visual Studio?
What are some macros that you have found useful in Visual Studio for code manipulation and automation?
