Questions tagged [role]
7 questions
13
votes
1 answer
What are the differences between aspect-oriented, subject-oriented, and role-oriented programming?
I know there are many papers describing these three paradigms but I'm looking for a schematic explanation.
There are a few very good descriptions of aspect-oriented programming on here so I'm asking this question in the hope to get the kind of…
Peter Fountain
11
votes
1 answer
Who is Configuration Manager?
I would like to ask members of the community about the role of Configuration Manager, as you see it. I'm not asking what Configuration Management is, as long it had been asked before. What I need to know is:
What tasks do you think Configuration…

altern
- 757
- 2
- 7
- 17
7
votes
4 answers
Is performance engineering a different specialization from general software development?
A major objective of software development is to focus on delivery of features implemented in good quality code.
Knowledgeable developers are supposed to write software with good performance to the extent of their understanding (that is, in the…

rwong
- 16,695
- 3
- 33
- 81
7
votes
3 answers
What's an incorporated software developer?
I saw a job posting asking for "incorporated software developers" and asking them to state their "incorporated rate" when applying. What's the difference between an incorporated developer and a contractor/freelancer? Google isn't helping.
My best…

AlliterativeAlice
- 253
- 1
- 10
6
votes
3 answers
ScrumMaster rotation with multiple scrum masters and teams
I'm currently working in a project where we discuss the question whether it is a good idea or not to rotate the scrum masters through all teams.
We have different teams for ONE project. The context where they work in is the same. They only switch…

user3705887
- 71
- 4
4
votes
2 answers
What .NET objects should I use to create a cookie based session in MVC?
I'm writing a custom password reset application that uses a validation technique that doesn't fit cleanly with ASP.NET Membership Provider's challenge questions.
Namely I need to invoke a workflow and collect information from the end user (backup…

makerofthings7
- 6,038
- 4
- 39
- 77
0
votes
1 answer
Polymorphism versus authorization
I have something bother me in the understanding of polymorphism (vs role):
Note: I am using rails (but it's a general question)
I have 4 models:
User
Pro
Customer
Company
There is a polymorphic association (profileable) between Pro/Customer and…

benoitr
- 103
- 3