teamwork

What is the best practice for safely change a method name in a team project?

I often get scary whenever I need to rename a method since it's very likely to break other working codes. What is the best guidance to follow when doing this? ...

Routine to keep names of methods, classes and functions organized?

I am working on a web application with a couple of colleagues for the moment. It have turned out that we all have our own way of naming the classes, methods or whatever functions that we currently are writing. This is starting to get really annoying already so I know that we have a iceberg ahead if we continue like this. Obviously the ...

Distributing classes or namespaces

Hello, I would have a question related rather to process of team programming than programming itselft. If you are a programmer working in a team and you are responsible for particular part of the software - you deliver namespace or classes? I mean, in reality, I think that programmer creates more than one class so creating a namespace to...