Most voted "methodology" questions
In addition to being the study of methods, the methodology is also considered a way to conduct research or a set of rules for teaching science and art.
Learn more…29 questions
Sort by count of
-
45
votes7
answers2227
viewsAgile methodologies - a single programmer
I have heard a lot about agile methodologies and I really liked the idea. Of course, from what I saw, the client needs to cooperate, but it seems to me that for own projects (that is, whose idea is…
-
37
votes8
answers3054
viewsWhen to use Waterfall and when to use Scrum?
There is a clear way to determine when a software development project should be conducted using a methodology Waterfall or use Scrum? What criteria should be observed to choose one or the other?…
-
29
votes3
answers514
viewsWhat is the purpose of the software development sequence steps?
I was reading the answers to the question When to use Waterfall and when to use Scrum? and came across something cited by the user utluiz which left me with doubt, which is the sequence of software…
-
25
votes4
answers4453
viewsWhat are the practical advantages of using object orientation in the day-to-day life of a development team?
Work in a company that does not use object orientation, although the language allows (and encourage). I have studied and study object orientation, and do my personal projects in OO, but I do not…
-
19
votes5
answers440
viewsWhat would an Agile Development Process look like?
In the company I work, we have not adopted a final methodology to use, and we are thinking of adopting agile development in the next projects. What would an agile process look like? I need to create…
-
10
votes1
answer4234
viewsWhen to use RUP and when to use Agile?
What parameters should I use to determine whether a project will be more successful if conducted through a methodology Agile (Scrum, XP), or through the Unified Process (RUP, Praxis)? I can think of…
-
9
votes1
answer181
viewsCSS writing methodology using : in class name ( Tailwind CSS )
I know there are a multitude of CSS frameworks (Bootstrap, Materialize, Skeleton, Bulma, Foundation), as well as a multitude of methodologies for writing CSS (BEM, DRY, ITCSS, OOCSS) But I was doing…
-
8
votes4
answers1428
viewsApplication of 5S in agile methods
A lot has been said in Scrum, XP, Lean... But here at work they also talk a lot in Japanese 5S. There is some connection of this working methodology for software development?
-
7
votes3
answers171
viewsIs APOO useful today?
I went there on Engineering.SE software and asked what has APOO (Object-Oriented Analysis and Project) methodology prominent today (here in Brazil there is not much, but there in the USA, will…
oop software-engineering uml software-project methodologyasked 6 years, 3 months ago Piovezan 15,850 -
6
votes1
answer130
viewsHow to document in code a hack, Hotfix and any potentially problematic outline situation
Hacks, emergency fixes and any potentially problematic contouring situation are a necessary evil. Although it can be considered personal opinion, when working in a team, a minimum of care is assumed…
-
6
votes3
answers302
viewsPractical use of Constant scalar Expressions in PHP and other languages
In the PHP 5.6 we will have an appeal appointed Constant scalar expressions. The manual provides some examples, but the main focus would be: How to use the functionality correctly, without doing so…
-
5
votes1
answer247
viewsWhat is Atomic web design?
Superficially I found very interesting this approach, but before going deeper I would like to know exactly what it is about, too, if it is possible to use it in short scale projects, or even in a…
css pattern-design software-engineering methodology uiasked 6 years, 11 months ago Felipe Duarte 6,284 -
4
votes2
answers435
viewsUsing BREAK within a while
Hi. I have a php function that returns N values from the database. For each returned data I must do an validity check, and if one of them does not pass the validation, it is unnecessary to validate…
-
4
votes1
answer119
viewsWhat are Crosscuting Contracts? What is the relationship with Design by Contract?
What are crosscuting Contracts? What is the relationship with Design by Contract?
-
4
votes1
answer110
viewsWhat are the benefits of peer programming?
Programming was almost always done by a person, who creates, analyzes, tests and compiles the code, all by himself. Until a moment came programming in pairs, that said programming in pairs was more…
methodologyasked 5 years, 1 month ago NinjaTroll 1,752 -
3
votes3
answers3487
viewsWhat are the ways to measure a programmer’s knowledge?
Just as there are techniques to measure productivity, there are techniques or ways to measure a programmer’s knowledge (both in a specific technology and in general)? If yes, which ones? In…
methodologyasked 10 years, 5 months ago Laerte 22,243 -
3
votes1
answer640
viewsHow do you know when Brooks' law applies?
"Adding more people to a delayed software project results in an even longer delay". But when I know that this law applies, for every law there are exceptions. Sometimes a project really isn’t…
-
3
votes0
answers54
viewsWhat are the means of replicating tables between SQL servers?
When developing a project, I came across the following situation: We have a system, where users enter information during the production process, and in the end a report is generated. This data is…
-
3
votes1
answer215
viewsSprint in Scrum methodology can’t have the scope negotiated?
Regarding the scrum methodology, would like to know. It is correct to state whether during the Sprint: The scope can be clarified and renegotiated between the Product Owner and the Development Team.…
-
2
votes0
answers134
viewsWhat are the project organization standards?
Large companies use methodologies in the development of projects that result in an organization of software (packages, classes, interfaces). There are various patterns that a programmer can use, but…
-
2
votes1
answer56
viewsGod x jQuery Mobile class
I have always been interested in studying methodologies in relation to programming and I have heard many professors mainly in the universities speaking badly of the famous Gods classes, who do…
-
1
votes1
answer80
viewsHow to work with mirrored systems?
I wonder what the logic would be to work on a web system where I would have a main site and distribute websites for franchisees in their domain. The whole checkout process should be done on the…
-
1
votes0
answers50
viewsDrying method and bvp
Is asked to resolve m* d 2 y/dt=-g-gamma*dy/dt such that y(20)=0, with the initial conditions I’ve already put in the code. What is wrong? %3. [value,x0,numIter] = f_secante(@find0_p3,0, 1, 0.0001,…
-
1
votes0
answers33
viewsDocument code snippets and annotations
I wonder if anyone knows any tool for documenting snippets and annotations of code separated by a tree or topics (Technologies for example) referring? I’d like something like https://devdocs.io/ but…
-
0
votes1
answer634
viewsMethodology and Documentation for ASP.NET MVC Projects
In the company where I work I have always been free to develop the requested applications. I always worked in a unique way despite having a co-worker because, we both developed separate projects.…
-
0
votes0
answers59
viewsA query per request or a query only for N requests?
I honestly do not know if I am asking a very obvious question, that face we look and talk like this: Obviously the dynamic query by request is better! But come on... The application We are talking…
-
0
votes2
answers111
viewsIs it right to use string when the value is integer?
Today I came across a certain situation that left me in doubt: In my application I have some ID's from a table, these ID's are integer values (1,2,3, and so on) and I treat them all as string. One…
-
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
answer347
viewsWhat is a vision document?
I would like to know what a vision document is? Note: I searched the internet and I believe that the explanations I found were not enough for me to begin to understand. This is because they did not…