Code Leader Using People, Tools, and Processes to Build Successful Software phần 1 pps

Code Leader Using People, Tools, and Processes to Build Successful Software phần 1 pps

Code Leader Using People, Tools, and Processes to Build Successful Software phần 1 pps

... 11 2 Branching 11 3 Merging 11 4 Integration with Other Tools 11 4 Reporting 11 5 Extensibility 11 5 Making Your Choice 11 5 Organizing Your Source Tree 11 7 Using TreeSurgeon 11 7 Packaging 12 1 Adding Folders to ... Control 10 7 Some Source Control History 10 8 Concurrent Versioning System (CVS) 11 0 Picking the Right SCCS 11 0 Performance and Scalability 11 1 Locking M...

Ngày tải lên: 12/08/2014, 10:22

27 258 0
Code Leader Using People, Tools, and Processes to Build Successful Software phần 4 ppsx

Code Leader Using People, Tools, and Processes to Build Successful Software phần 4 ppsx

... your build and test process. It’s probably taking too long. Do whatever you can to limit the time it takes to build and test. Less than 10 minutes to build and test is ideal. That’s long enough to ... testable code. Code that is well factored and designed to be tested. Code that has been subjected to negative testing, and edge case testing. Code with fewer...

Ngày tải lên: 12/08/2014, 10:22

27 320 0
Code Leader Using People, Tools, and Processes to Build Successful Software phần 9 pps

Code Leader Using People, Tools, and Processes to Build Successful Software phần 9 pps

... makes code easier to read and to understand. The way errors are handed off to the user makes the difference between easily supported software, and costly and difficult -to- support software. Errors ... developers and customers to use and support. Handle errors as close to the code that causes those errors as possible to avoid getting into a bad state, but make sure...

Ngày tải lên: 12/08/2014, 10:22

27 329 0
Code Leader Using People, Tools, and Processes to Build Successful Software phần 8 doc

Code Leader Using People, Tools, and Processes to Build Successful Software phần 8 doc

... III: Code Construction void SaveOrder(int customerId, int addressId, CustomerOrder order); int GetCustomerByName(string name); int[] GetOrdersForCustomer(int customerId); CustomerOrder GetOrder(int ... one above to lead to an interface that looks like this: public interface NormalizedOrderStore { int SaveCustomer(Customer customer); int SaveAddress(Address address); 15 7 Simpo PDF Merg...

Ngày tải lên: 12/08/2014, 10:22

27 385 0
Code Leader Using People, Tools, and Processes to Build Successful Software phần 10 docx

Code Leader Using People, Tools, and Processes to Build Successful Software phần 10 docx

... 15 9 17 1 locking optimistic, 11 0, 11 1, 12 1 pessimistic, 21, 24, 25, 10 8, 10 9, 11 0, 11 1, 11 2, 12 1 log sinks, 19 0 19 2 log sources, 19 0 19 2 log4j, 19 0 log4net, 15 9, 16 0, 16 1, 19 0, 19 1, 19 2, 19 3, 19 5 logging, 18 9, 19 0. See ... models optimistic, 11 0, 11 1, 12 1 pessimistic, 21, 24, 25, 10 8, 10 9, 11 0, 11 1, 11 2, 12 1 merging branches,...

Ngày tải lên: 12/08/2014, 10:22

24 243 0
w