40
votes
27answers
2k views
Is it rude to refactor/improve team members’ code?
When working on a single project with a small team, say, 3 devs, its common for us to ask each other:
"Oh, how does this class work?" or "What property do I set on this to make this happen?" as the …
40
votes
18answers
1k views
Practices for programming in a scientific environment?
Background
Last year, I did an internship in a physics research group at a university. In this group, we mostly used LabVIEW to write programs for controlling our setups, doing data acquisition and …
23
votes
30answers
1k views
What is the “best” way to get yourself motivated?
After several extremely productive days this week; this morning I fired up my IDE’s and opened up the code-lines I am currently working with. I cracked my knuckles and then …… nothing. I am actually …
21
votes
14answers
1k views
How do you handle Ineffective Programmers?
How do you handle a programmer who is on your team but is extremely ineffective and ends up wasting the time of the rest of the team.
I don't mean lazy, but I mean a person who has such weak …
21
votes
20answers
1k views
How to get team member to stop interrupting?
I'm the lead programmer/manager for a team of 6 programmers. There's always one programmer who needs far more attention than all the others and comes by my office to talk to me as much as all the …
20
votes
11answers
855 views
What Makes a Good Technical Team Lead?
As a technical team lead of a small team of web developers, I have been finding it difficult lately to identify and focus on the core responsibilities of keeping my team running.
Specifically, I'm …
18
votes
15answers
708 views
Recommended reading for new team lead
Our organization is undertaking a re-org to solve our current resource and communications issues. I know, a re-org never solves anything, etc. With that being said, I was tapped to go from an …
16
votes
17answers
647 views
When is it acceptable to rewrite someone else’s code?
I largely work as my own dev shop, for a small organization in a large multinational. Almost every day, I find myself rewriting or upgrading my own code to a more informed solution. Obviously, this …
14
votes
7answers
452 views
Best way to run a small programming team?
I'm in an interesting situation at the moment, I managed to convince a few people from university to spend the summer holiday building a game with me - leaving me mostly in charge of a team of people, …
14
votes
9answers
646 views
How do I help senior team members improve?
I have a pretty good team. We are all friends and get along well. When a problem does occur it is usually patched up rather quickly. However, one of the senior members of the team has become a little …
14
votes
11answers
1k views
F# - What are you using it for?
Ok so a good few months back i started hearing about F# and all the goodness it has, i bought Don Syme's book and started reading. At first i was really excited at how elegant it seemed to make …
14
votes
7answers
361 views
How can I introduce code reviews to my group/company?
I work for the company's research team, which is pretty selective in hiring. Having said that, we all tend to work on different projects, so it is very easy to cut corners because no one is watching. …
13
votes
11answers
408 views
Continuous Integration - How To Get Developers Bought-In To The Idea
I'm a freelance developer and have recently set up source control and automated builds (CI and nightly) for a software development team at a client which did not previously use these techniques.
…
12
votes
59answers
1k views
Getting organised; The TODO list.
What's the best way to organise my personal TODO list?
and what tools are available for organising team TODO lists?
Should I still be thinking in terms of TODO or are there better ways to manage my …
11
votes
5answers
151 views
How much time do you spend in production troubleshooting
At my prior job of 5 years, I eventually had to leave because I was growing into the go-to guy for production support and troubleshooting. I was spending at least half of my time doing queries in …
