Questions tagged as 'metodologia'

7
answers

Agile methodologies - a single programmer

I've heard a lot about agile methodologies and I really liked the idea. Of course from what I have seen, the client needs to cooperate, but it seems to me that for my own projects (that is, whose idea is mine and not a client) these methodologie...
asked by 29.04.2014 / 13:40
4
answers

What would an Agile Development Process look like?

In the company that we work, we have not yet adopted a final methodology to use, and we are thinking of the next projects to adopt agile development. What would an agile process look like? Do I need to create a requirements document with full...
asked by 09.09.2014 / 01:49
3
answers

Practical use of Constant scalar expressions in PHP and other languages

In PHP 5.6 we will have a feature named Constant scalar expressions . The manual provides some examples, but the main focus would be: How to correctly use the feature without undoing an anti-pattern ? Do other languages implemen...
asked by 16.07.2014 / 23:06
1
answer

How to document in the code a hack, hotfix, and any potentially problematic contour situation

Hacks, emergency fixes, and any potentially problematic contour situations are a necessary evil . Although it may be considered personal opinion, when working as a team, it is assumed a minimum of care to leave alert to colleagues, or the progr...
asked by 05.02.2014 / 17:28
1
answer

What are Crosscuting contracts? What is the relationship with Design by contract?

What are crosscuting contracts ? What is the relationship with Design by contract ?     
asked by 09.12.2016 / 07:03
3
answers

What are the ways to measure the knowledge of a programmer? [closed]

Just as there are techniques for measuring productivity, is there a technique or ways to measure a programmer's knowledge (both in specific technology and in general)? If yes, which ones? In programming there are levels of knowledge (eg: I am...
asked by 05.06.2014 / 03:38
1
answer

How 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, there are exceptions to every law. Sometimes a project really is not late due to lack of skilled workforce?     
asked by 20.06.2016 / 13:15
1
answer

Sprint in Scrum Methodology can not have the scope negotiated?

Regarding the Scrum methodology , I would like to know.    It is correct to say that during Sprint :            The scope can be clarified and renegotiated between the Product Owner and the Development Team.    As I read on the subje...
asked by 27.11.2017 / 19:05
0
answers

What 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 in the course of the production process, and in the end a report is generated. This data is saved to an in-house SQL Server se...
asked by 18.07.2017 / 13:30
1
answer

God Class x jQuery Mobile

I've always been interested in studying programming methodologies, and I've heard lots of teachers mostly at universities speaking ill of the famous Gods classes that do everything in it. And now I have a question that I find interesting. Readin...
asked by 13.10.2014 / 16:27