Questions tagged [specialization]
The specialization tag has no summary.
9 questions
2 votes
1 answer
226 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::...
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 ...
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 ...
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 ...
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 ...