A methodology is usually a guideline system for solving a problem, with specific components such as phases, tasks, methods, techniques and tools.
Questions tagged [methodology]
368 questions
-2
votes
2 answers
design pattern for multiple search criteria
I have this function that searches for jobs based on the search criteria provided. There are five different search criteria that can be met when searching for a job. For example: the search can just contain the name of a company alone or the name of…

Castell James
- 329
- 6
- 23
-3
votes
4 answers
What's the best way to start developing big website?
I have some experience in Web development for small websites, and I am thinking how can I start to work in big website development from scratch (think of something like social networking website for example), which things need to be done first? Can…

user552285
- 369
- 2
- 3
- 11
-3
votes
1 answer
ETL Programming Methodology
Data Stage Methodological development at all projects that i took place was by a principle of Keep It Simple. That meens that every job contain as less sources/targets for a maintenance in the future will be very easy and simple.
I noticed that in…

Sara
- 19
- 5
-3
votes
2 answers
Zend Framework 2 - Get content from other module
My project looks like this:
- root
- module - Application - view - application - index - index.phtml - ZfcUser - view - zfc-user -…
- module - Application - view - application - index - index.phtml - ZfcUser - view - zfc-user -…

Ice2
- 166
- 1
- 7
-3
votes
1 answer
Software development methodology - Competitive Development
What is the name of the software development methodology in which:
Multiple teams work on the same feature in isolation
At the end of the sprint, each team presents solution and:
The best solution wins and is accepted
The losing solutions are…

Bevo
- 530
- 5
- 17
-5
votes
1 answer
Creating non-random matched pairs
I am looking for an R package that would allow me to match match each subject in a treatment group to a subject in the general population that has similar characteristics (age, gender, etc).

GuillaumeL
- 985
- 8
- 11
-6
votes
1 answer
Making hundred of cosmetic changes to the code at the last minute
A programmer keeps making cosmetic changes to the code while we have a strict deadline and the contract stipulate "no changes to the existing code". I am wondering where this "attitude" comes from: DevOps ? Agile ?
Changes performed:
1. Replacing…

gharel
- 413
- 4
- 13