Skip to main content

Questions tagged [specialization]

2 votes
1 answer
226 views

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::...
Krupip's user avatar
  • 1,347
2 votes
2 answers
388 views

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 ...
pschill's user avatar
  • 2,040
6 votes
2 answers
506 views

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 ...
siamii's user avatar
  • 1,320
34 votes
12 answers
27k views

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 ...
Oak's user avatar
  • 5,365
10 votes
4 answers
4k views

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 ...
Steven Evers's user avatar
  • 28.2k