codebase
Resources for learning how to better read code
I recently inherited a large codebase and am having to read it.The thing is, I\'ve usually been the dev starting a project.As a result, I don\'t have a lot of experience reading code.[详细]
2022-12-29 02:25 分类:问答Left Join in Subsonic3
I\'m new in subsonic3, and I\'m getting some errors when I try to use LeftJoin var q = from c in categories[详细]
2022-12-22 02:33 分类:问答Adding a field to a structure without breaking existing code
So I\'m working with this huge repository of code and have realized that one of the structs lack an important field. I looked at the code (which uses the struct) as closel开发者_StackOverflow中文版y a[详细]
2022-12-16 22:40 分类:问答how to use C# debugger (or anything else) to examine what happens during a GUI event in an open source app?
imagine that you are given a big nice app in C#, with full source code. So you want to figure out what methods are executed when you do a user event, e.g. press a button or press a hotkey or whatever.[详细]
2022-12-12 13:47 分类:问答Running multiple sites from the same rails codebase?
I have a client that wants to take their Rails app that has been successful in one niche and apply it to another similar niche. This new instance of the app is going to start out very similar: all the[详细]
2022-12-12 06:04 分类:问答