Questions tagged [specialization]

8 questions
34
votes
12 answers

Is it better to specialize in a single field I like, or expand into other fields to broaden my horizons?

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 field has been very interesting and rewarding for…
Oak
  • 5,215
  • 6
  • 28
  • 39
16
votes
1 answer

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 domain boundaries (e.g. what is an embedded system)…
10
votes
4 answers

What are some known/common development specialties?

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 programming. I'm wondering, what specialties are known…
Steven Evers
  • 28,200
  • 10
  • 75
  • 159
6
votes
2 answers

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 system at different times so that everyone has an…
siamii
  • 1,330
  • 11
  • 23
5
votes
3 answers

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 side (side G) argued generalized solutions are…
mark
  • 171
  • 6
4
votes
3 answers

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. I'm reviewing some class definitions that are so…
2
votes
2 answers

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 is a list of recorded frames. Each frame can…
pschill
  • 1,807
  • 7
  • 13
1
vote
2 answers

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 screws up a couple of things. For example: When we…
Mike Lue
  • 123
  • 5