Most voted "software-project" questions
Software Design ( *Software design*) is defined both as a process and as the result of the process in which the architecture, components, interfaces and other features of a system or component are defined (see [Swebok V3][1]).
Learn more…61 questions
Sort by count of
-
0
votes1
answer327
viewshow to communicate with desktop applications?
as a college project, we are developing a program to manage the projects for those who work home office. I am doubtful how I can create an interactivity, for example, for the project manager to…
-
0
votes1
answer32
viewsRuby - How to hit LOAD_PATH at development time?
First: I’m a newcomer to Ruby. I have a Ruby project that obeys the design pattern of the vast majority of projects. Therefore, the main executable is in bin/. bin/exec lib/ | -- library.rb --…
-
0
votes1
answer44
viewsAbout Blank Projects using git
We are looking to take advantage of a design model for our future projects. As if it were a Blank project. We were trying to forkar the projects, but it didn’t work out very well. Which solution do…
-
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
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…
-
0
votes2
answers164
viewsExchanging Value Object in the database
I’m reading the DDD (Eric Evans) book that says the implementations of Value Object are immutable and if you want to change it, you will have to create another one. In more common examples where…
-
0
votes1
answer101
viewsWhat is the relationship between the application layer and the controller class?
The book Using UML and Standards presents briefly the layered architecture, one of which is the application, also called the application controller. It also features the GRASP standard called…
-
0
votes1
answer36
viewsWhat are the advantages of using a Current status in applications?
It is common that during certain moments an application goes off the air for an important update or for some reason it is already slow. Companies that have many services choose to use a status that…
-
-1
votes1
answer242
viewsWhat the structure of large Java projects would look like
In small web projects, we usually separate packages into DAO, Models and Controllers, but into large systems of the type ERP, with hundreds of tables, controllers and business logics, what this…
-
-2
votes1
answer118
viewsA strange case in the management of a project. What position to take?
The issue is related to project management, where this was the best (perhaps only) way to expose my doubt before the situation. I agree that it was a little long, but I found no other way to focus…
-
-3
votes2
answers500
viewsHow can I make a C# query in a SQL Server database
I have a project in development in this internship path and therefore I am working on new things. I would like to know how to do in C# a query of data present in SQL Server tables. Sorry if you are…