today, i am defining a set of variables in a hash that I use in various functions all over the model and the controller.
In the current project, there are lots of GetData() method, which get different kind of data from hand written database at run time,
I have some code that consists of a lot (several hund开发者_如何学Goreds of LOC) of uggly conditionals i.e.
I have a lot of classes which are basically equivalent, ie have almost the same functions in开发者_如何转开发 all respect.Let\'s call them A and B. There are hundreds of methods that are using A and n
I have a C# class that is serialized to disk by the BinaryFormatter, such as this example: // Version 3.0
I understand well how Git can support file moves : as it uses开发者_运维百科 file hash, a \"added\" file is easily detected as beeing same as the \"removed\" one.
I have a tree of objects, where each object has a std::vector of pointers to its children. The class of the object has a rewrite() method that is recursively applied to alter the object and its childr
This 开发者_开发百科question is related to my experience with FOSS as a student. Sorry I might be a bit subjective, but working with a certain approach here and would want to know if I am on the right
I am looking for a good design pattern, or best practice to achieve a situation of \"either this query, or else that other query\", with best performance and least overhead.
I\'m not doing much new development right now, but a lot of refactoring of older C# subsystems whose original requirements no longer support new and I\'ll add unexpected requirements. I\'m also now us