Questions tagged [generalization]
The generalization tag has no summary.
6 questions
0
votes
1
answer
162
views
Affiliate Marketing - How to track all sales on 3rd party website made via my application
I'm looking forward to the possibility of an algorithm or a way to track how much sale has been made on 3rd party's website because of my client so I can get the commission.
For example if a user "A" ...
0
votes
1
answer
82
views
What abstraction to use for hiearchical sum from ordered list
I am looking for an abstraction from which to solve a class of problems similar to the following:
I have this ordered ResultSet (in this case sorted for NATION,REGION,DISTRICT,COUNTRY):
CITY' Table
...
5
votes
2
answers
1k
views
Does UML Use Case allow "use case polymorphism"?
I have two Actors: User and Admin that will interact with my system. Admin uses generalization to inherent use cases from User. I have a use case named authenticate that should have two different ...
-1
votes
2
answers
265
views
Java generalization
I have a question regarding generalization. I know when it is needed to be done, but is it worth having an extra class for 1 field?
e.g.:
StatisticsCustomer has fields: Customer customer and int ...
5
votes
3
answers
1k
views
Generalized VS Specialized technical solution; what to take into account?
We recently had a discussion in the office because of conflicting views between developers. One side (side S) argued technical solutions -generally- need to be a specific as possible, while the other ...
20
votes
5
answers
1k
views
Does unit testing lead to premature generalization (specifically in the context of C++)?
Preliminary notes
I'll not go into the distinction of the different kinds of test there are, there are already a few questions on these sites regarding that.
I'll take what's there and that says: ...