Are there any source code sharing system that lets you check in/out code on function-level?
Would be nice to be able to check out just one function or one subroutine or one property to work with and still let other developers work with the rest.
I know that working with sorce-control-systems that working primary with mergeing is kind of letting me do that, but I like the check in/check out system but want it not to work only with whole files, I want it to work with functions, objects and a lower code-level.
Someone has to have thouhgt about this before and maybe there is something out there that does this allready?
Maybe also being able to check out a #Region would be nice.
I dont know, its just that in my mind Im not working with files, I working with parts of the system I make, parts of classes, regions, objects, functions and want both Visual Studio and My source control also do that.