Skip to main content

Questions tagged [methodology]

4 votes
1 answer
482 views

As we know, determining the semantic properties of programs is an undecidable problem (e.g. Halting, commonly attributed to Turing). But tools such as static analysis (notably that of Clang/LLVM) are ...
DannyNiu's user avatar
  • 404
5 votes
7 answers
682 views

Another name for this question could be: How to TDD the main function? My situation: I'm writing a program from scratch that runs a sort of simulation, and I want to apply TDD to the whole development ...
charlieshades's user avatar
2 votes
3 answers
761 views

Advice on unit testing is often focused on publicly exposed classes. What about cases where the only public class is simply there to instantiate internal classes? Should the internal classes be unit ...
user12994244's user avatar
-1 votes
2 answers
627 views

From Wikipedia: Attribute-driven design (also called ADD or Attribute-driven design method) is a methodology to create software architectures that takes into account the quality attributes of the ...
Jared Schreiber's user avatar
5 votes
4 answers
530 views

When looking and Behavior-Driven development, "Behavior-driven development is an extension of test-driven development" (From Wikipedia). Researching around various articles, behavior-driven ...
Dane Bouchie's user avatar
-1 votes
1 answer
65 views

I have a program that uses OMR to scan a photo of a "scoresheet", and give a result. Its functionality is: Scan one photo Compare with database for which "template" to use, ...
Ben's user avatar
  • 135
0 votes
5 answers
878 views

I'm learning about various software development methodologies, and reading about Lean hasn't clarified what sounds like two contradictory principles: Decide as late as possible Deliver as fast as ...
Lou's user avatar
  • 366
2 votes
2 answers
200 views

There are different methods for recognizing classes in UP methodology: noun/verb analysis using CRC analysis using RUP stereotypes other sources I have read above methods fully detailed in UML 2 and ...
Mostafa Ghadimi's user avatar
1 vote
2 answers
104 views

This is (again) a question of methodology... Suppose we are testing a service that returns Articles given ids, i.e. List<Article> getArticles(List<Integer> ids);. In addition, the ...
ch271828n's user avatar
  • 181
2 votes
4 answers
1k views

A programmer keeps making cosmetic changes to the code while we have a strict deadline and the contract stipulate "no changes to the existing code". I am wondering where this "attitude" comes from: ...
ReBoot The Universe's user avatar
10 votes
2 answers
15k views

As it is said in ARLOW, J., AND NEUSTADT, I. UML 2 and the Unified Process, 2nd ed book, there are 7 types of relationship between different objects. Dependency Association Aggregation Composition ...
Mostafa Ghadimi's user avatar
-1 votes
1 answer
169 views

Consider class below: class FillTestBySerialHandler { /** * * @var FillTestBySerialRepository */ private $fillTestBySerialRepository; function __construct(...
Dennis's user avatar
  • 8,307
29 votes
9 answers
11k views

I was thinking about software development and writing unit tests. I got following idea: Let's assume we have pairs of developers. Each pair is responsible for a part of the code. One from the pair ...
franiis's user avatar
  • 423
7 votes
1 answer
2k views

I was in a job interview with a vp r&d today. One of his questions went something like: "How do you make sure your code works?" This question struck me as a bit strange, so I explained ...
Gulzar's user avatar
  • 1,250
29 votes
6 answers
8k views

I'm reading the Scrum - A Pocket Guide by Gunther Verheyen and it says: The Chaos report of 2011 by the Standish Group marks a turning point. Extensive research was done in comparing traditional ...
Artem's user avatar
  • 401

15 30 50 per page
1
2 3 4 5
8