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.
Make the maximum amount of code you’d want to check out the maximum amount of code you put in each file and you’re set…!
I don’t think any source control deals on the function level. Think about how much it would have to know about every obscure programming language required for that feature to work correctly?