methodology
In git, how can I find the revision at which a branch was created?
UPDATE: example repository, https://github.com/so-gitdemo/so-gitdemorepo In the context of the github repo. How can I easily locate rev \"b0430cee\"? I know I can just look, but the real example that[详细]
2023-03-07 04:33 分类:问答XSLT Unit testing
Does anyone know of a way to write unit tests for the XSLT transformation? I\'ve a lot of XSLT files and it\'s getting harder to test them manually. We have an examp开发者_如何学Pythonle XML and can[详细]
2023-02-24 09:08 分类:问答Using Different IDEs in the same development team
I\'m about to join a new (Java) development team and a thought came to mind - do they use Eclipse? I have been working with Eclipse for the past 6 years and don\'t see myself switching to another IDE[详细]
2023-02-22 23:01 分类:问答How useful is UML if I work alone in a project
In most cases we work together in projects but most of us have some proje开发者_StackOverflow社区cts which working on it alone.[详细]
2023-02-21 22:00 分类:问答Model driven development vs model driven architecture vs model driven engineering
开发者_JAVA技巧Could someone explain what\'s the key difference among those concepts (MDD vs MDA vs MDE)?Model Driven architecture is the standard as defined by the object management group. It require[详细]
2023-02-11 13:30 分类:问答Two ways to design complex system: Top-down vs Bottom-up
I have a complex system to design. I have two ways: Top-down: I will design many interfaces and contracts. Afterwords, I will implement these interfaces, and write a prototype to verify the design.[详细]
2023-02-10 10:32 分类:问答Software Development Methodologies with Example Projects [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-02 02:26 分类:问答Selecting the right technology and environment
We are two developers on the edge of starting new web produ开发者_如何转开发ct development. We are both fans of lean start-up approach and would like to practice continuous deployment.[详细]
2023-01-31 15:52 分类:问答Adding more structure to our development processes? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-01-27 03:34 分类:问答some basic questions on testing or unit testing
So usually my apps are very small and my test framework is just a console project. . I add classes in there with static methods and test my code. I find this approach to be pretty straightforward and[详细]
2023-01-26 20:27 分类:问答