Questions tagged [specialization]
The specialization tag has no summary.
9 questions
2
votes
1
answer
223
views
Why is std::dynamic_extent not zero in c++?
For context, I'm trying to make a span type that has a size type parameter, which mimics much of the std::span api.
std::dynamic_extent is not zero in C++, instead being defined as -1ull or std::...
4
votes
3
answers
445
views
In Object-Oriented Programming, can a class be considered "too specialized"?
If a class can only perform one task, could it be considered to be "too specialized"?
My intuition is that classes should be abstractions that are capable of representing themselves in multiple ways. ...
2
votes
2
answers
388
views
Should model/view in MVC be concrete or generic?
In the MVC pattern, should model and view be very concrete and tailored to the represented component? Or should they be as generic as possible so that they can easily be reused?
Specific case
My data ...
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 ...
6
votes
2
answers
506
views
How to increase the bus factor and specialize at the same time?
In agile pair programming it is recommended to switch pairs every now and then so as to increase the bus factor of the team. That means, most people in the team should work on different parts of the ...
1
vote
2
answers
173
views
Would you keep convincing your management some better practices if he keeps screwing things up
My manager, an enthusiastic programmer, is full of good energy to program. But he has a ... habit were he will be negligent in meetings if he can't understand the issue or argument. As a result, he ...
34
votes
12
answers
27k
views
Is it better to specialize in a single field I like, or expand into other fields to broaden my horizons? [closed]
This is a dilemma about which I have been thinking for quite a while.
I'm a graduate student and my topics of interest are programming language design, code analysis, compilation, etc. So far, this ...
16
votes
1
answer
2k
views
What proportion of programming is done for embedded systems?
What proportion of programming is done for embedded systems? More generally, please share any interesting statistics on programmers by domain, e.g. real-time/business/UI/gaming/…
How you define the ...
10
votes
4
answers
4k
views
What are some known/common development specialties? [closed]
In an answer that I posted to another question, I noted that there is likely to become more and more specialization in software development: there being experts or specialists for given type of ...