Most voted "software-engineering" questions
Software engineering is an area of computing focused on the specification, development and maintenance of software systems, with application of technologies and practices of project management and other disciplines, aiming organization, productivity and quality.
Learn more…264 questions
Sort by count of
-
0
votes1
answer193
viewsMethodology for planning a mobile app
Background: I was thinking of starting a mobile app project alone, but not to be something tiresome and with no prospect of ending, I thought of organizing the activities in the method Kanban, after…
-
0
votes1
answer47
viewsWhat are software design artifacts?
I am studying Software Design through SWEBOK and I could not understand what would be the artifacts of software design, such as what kind of document would be specified the types of key design…
-
0
votes1
answer38
viewsRelate disciplines and students of a pre-registration system
I’m doing a pre-registration system, and I came across a problem that bothers me a little bit: As you can see in the picture, Curso has Disciplinas and Estudantes, only that each student needs to…
-
0
votes1
answer28
viewsCan I centralize all my project Header’s into one? C/C++ Language
Good afternoon. I have a problem with my C project. I have made some libraries and would like to centralize their imports in just one header so that when calling all, give a #include only in the…
c software-engineering software-project project-managementasked 3 years, 10 months ago Felipe.ferreira 11 -
0
votes0
answers38
viewsAre there Patterns shared between functional and object-oriented paradigm?
Desing Patterns is a subject that has strong appeal to object orientation. We can hardly see in the literature these subjects associated with another paradigm. However, in version 16.8 of React came…
oop pattern-design software-engineering functional-programmingasked 3 years, 8 months ago Paulo Sérgio Duff 1,201 -
0
votes1
answer58
viewsWhat is the criterion of Java in having in some cases, a class in its API and in other cases an interface?
The Java API is immense, but some pre-defined features in it are implemented through a class and other functionality through an interface. What criterion used by Java to choose one or the other?…
-
0
votes1
answer172
viewsHow to split the addressing of a class into PHP?
What is the best way to divide this Aluno? <?php class Aluno{ private $nome; private $sobrenome; private $email; private $telefone; private $cep; private $rua; private $endereco; private $numero;…
-
0
votes1
answer86
viewsDefinition of Publisher-Subscriber and Observer standards
Today I was evaluating a article (English) concerning the differences between the Observer and Publisher-Subscriber standards, I had until then the view that both were the same thing! Even quoting…
-
0
votes1
answer35
viewsWhat is JRD in software engineering?
What are Joint Requirements Development (JRD) Sessions? I know they are part of software engineering, but I didn’t understand this part: Requirements usually have unknown interfunctional…
software-engineeringasked 5 years, 2 months ago user152996 -
0
votes1
answer64
viewsSoftware Modeling
A software that has the option of registering projects and that each project has its specific working days (working days), which by default is Monday to Friday, but can be changed by project…
-
0
votes1
answer62
viewsParameters for business rules registered in the database
Good night, Recently I came across a situation that left me very in doubt, is a module of a system that calculates the value to be paid for a service and for this all rules are expressed in a table…
-
-1
votes1
answer34
viewshow to raise project requirements
Good in my data modeling subject, the teacher said that we have to do a project, and to do the project we should interview a person who wants the production, but I’m doubtful in the questions, what…
software-engineeringasked 5 years, 8 months ago Thor 131 -
-1
votes1
answer39
viewsWhat does the context class do for the Strategy design standard?
If Strategy uses its abstract class as a means of instantiating concrete implementations, what is the function of the context? In certain materials it was cited that this patter design would be…
-
-2
votes1
answer34
viewsNon-functional protection requirements
The verification code sent to the email as soon as the person signs up for a website is a non-functional requirement of protection or trust?