What is a Developer in Test? [closed]
Closed 9 years ago.
Exploratory Development vs Incremental Development
In Software Engineering Methodologies… The Evolutionary Development contains Exploratory & Prototyping…
Is Exploratory Development same as Incremental Development… What do you mean by exploratory Development?
What needs to change for Software Engineering to become a formal profession?
Unlike other professions (such as Accounting, Law, Medicine, etc.), there is no profession-wide certification for Software Engineering.
Where should UI errors be generated and printed from? Log errors?
Function A()
calls B()
calls C()
, which encounters an error. Which function writes to the log and which function reports to the user?
Where should UI errors be generated and printed from? Log errors?
Function A()
calls B()
calls C()
, which encounters an error. Which function writes to the log and which function reports to the user?
Where should UI errors be generated and printed from? Log errors?
Function A()
calls B()
calls C()
, which encounters an error. Which function writes to the log and which function reports to the user?
Where should UI errors be generated and printed from? Log errors?
Function A()
calls B()
calls C()
, which encounters an error. Which function writes to the log and which function reports to the user?
Where should UI errors be generated and printed from? Log errors?
Function A()
calls B()
calls C()
, which encounters an error. Which function writes to the log and which function reports to the user?
Is there a good reason not to use a “super class” (an all-encompassing class)
I write embedded software and I often find myself structuring my code such that there is one large parent class that contains just about everything. For example, consider you want to model a hardware platform that can use swappable toolsets where each tool had multiple uses, I would make something like this:
Is it a good idea to develop website that only has little access to DB? CRUD will be done by calling API provided by separate internal backend system
I’m going to start developing an application in near future. This application consists of :