17
votes
12answers
10k views
Linux: How to measure actual memory usage of an application or process?
Hi,
How do you measure the memory usage of an application or process in Linux?
I've read here that "ps" is not an accurate tool to use for this intent.
Thanks,
Kenneth
13
votes
14answers
1k views
Is Software Engineering Dead? [closed]
Right from Jeff's blog: Software Engineering: Dead?
I was utterly floored when I read this new IEEE article by Tom DeMarco (pdf).
See if you can tell why.
He quotes DeMarco, "I'm gradually …
13
votes
18answers
647 views
Code Quality
I work for a software development company and we have around 100 people working on a product, 1/3 of these people are QA. Lately management wants to have a better way to rate individual programmers …
13
votes
4answers
624 views
What is your or your company’s programming process?
I'm looking for process suggestions, and I've seen a few around the site. What I'd love to hear is what you specifically use at your company, or just you and your hobby projects. Any links to other …
13
votes
8answers
465 views
Software development process for small teams
I might be an exception here but I have never worked on a team with more than three developers and / or five people. Still we could manage to get the job done (somehow).
Is there a software …
12
votes
22answers
2k views
What are the most useful software development metrics?
I would like to track metrics that can be used to improve my team’s software development process, improve time estimates, and detect special case variations that need to be addressed during the …
11
votes
12answers
444 views
How to train junior programmers in code review?
We're looking to start a code-review process for a group of ~30 coders who are all relatively junior programmers.
What is your advice on how to train for code reviews? Are there code review pitfalls …
11
votes
10answers
304 views
What is the best way to introduce TDD, DI, CI to a dev team
There are many new concepts to learn for a typical asp.net webform developer who is happy with their event driven, drag and drop world where the code behind is abstraction enough.
What is the best …
11
votes
10answers
7k views
Linux: Prevent a background process from being stopped after closing SSH client
I'm working on a linux machine through SSH (Putty).
I need to leave a process running during the night, so I thought I could do that by starting the process in background (with an ampersand at the end …
10
votes
4answers
180 views
What is the preferred process for sellling a personal project/product?
I have begun work on a personal project that may end up having some real-world applicability. I am beginning to entertain the idea of selling licenses. I am sure some others here have done this …
10
votes
7answers
622 views
When should you not Scrum?
I have seen a lot of companies buy into the Agile/Scrum process and basically use it for every project, regardless of what it is. When is Scrum not appropriate and can cause more harm than good …
10
votes
7answers
578 views
Scrum: too much or not enough?
My company has recently started using Scrum; we've done 2 sprints. We're still learning, but we've definitely exposed and fixed some problems in our development process already. So in general I think …
9
votes
21answers
520 views
What is a less pleasing sounding name for the waterfall process?
I'm in a big organization that likes waterfall processes and need to help discourage its use at least on my project. It would be helpful if the name was more ugly, jarring and not as pretty as a …
9
votes
14answers
559 views
How to prioritize bugs?
In my current company there isn't clear understanding between the test and development teams as to how severe a bug should be? There are arguments which go back and forth to reduce or to increase the …
9
votes
10answers
590 views
Web development for a Computer Scientist
I have BS in Computer Science, and thus have experience developing software that runs at the command line or with a basic GUI. However, I have no experience making real, functional, websites. It has …
