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
0
votes
3 answers
Contents of analysis before writing an application
What would be the typical content of an analysis made before development actually starts and what are the different steps taken during a software project? I'm asking because I'd like to do an exhaustive end-of-studies work so this becomes second…

James P.
- 19,313
- 27
- 97
- 155
0
votes
1 answer
How do I connect information to countries or locations on a map?
Being a n00b would-be programmer, I want to create a simple memo program that allows the user to tie data (notes, etc.) to specific locations or countries on a map. Books like Head First Python didn't give me any clue and Google also doesn't provide…

Xinxi_66
- 5
- 4
0
votes
2 answers
how does kanban prevent workers from too much multitask
I was researching on a popular agile method, Kanban but I couldn't really find any helpful material. Most importantly, I don't really get how WIP can be helpful in Kanban.
According to this wikipedia article, Kanban advocates limiting work in…
user5538922
0
votes
1 answer
What is the limit about testing/checking variables?
I have a javascript class which can be extend.
When I was writing unit tests, I see errors I can catch.
So I add tests for checking class attributes in my first function extractParameterMethodForRequest.
But now when I read my function there is a…

rancoud
- 26
- 6
0
votes
1 answer
How can math programs accept equations of any form?
For example, I can type into Google or WolframAlpha 6+6, or 2+237, which could be programmed by asking a user for a and b, then evaluating return a+b. However, I might also type 5*5^(e) or any other combination, yet the program is hard-coded to only…

Alex G
- 747
- 4
- 15
- 27
0
votes
1 answer
How can I perform the web service/application only on https in node.js
I have a trivial question about web architecture. When I build a web service/application, I want to make it only work perfectly on https protocol.
Firstly I analyzed the google's methodology by network session of chrome developer tools. In there I…

minami kotori
- 31
- 1
- 7
0
votes
4 answers
Manager Classes?
Im writing a .net webforms app. It has a number of classes, for example users, bookings etc.
At the moment I have a number of manager classes, say bookingManager, that manage these classes. For example when creating a new booking, you call the add…

Sam Cogan
- 4,124
- 7
- 44
- 76
0
votes
2 answers
Coding methodology : keeping the good things while trying new ones
I think this question is very general, so sorry for not being specific. When I modify some come code to try something new, whatever the project or language, I may have to revert back to previous Git commits if it all fails. But in the process of…

Ben
- 429
- 4
- 11
0
votes
2 answers
SDLC: Managing changes in a 'Closed System' (M1 - ERP)
I am working with a client who has an ERP system in place, called M1, that they are looking to make custom changes to.
I have spent a little bit of time investigating the ERP system in terms of making customizations. Here is a list of what I have…

J.C.
- 2,102
- 1
- 19
- 28
0
votes
1 answer
Plot many categories
I've data as follow, each experiment lead to the apparition of a composition, and each composition belong to one or many categories. I want to plot occurence number of each composition:
DF <- read.table(text = " Comp Category
Comp1 …

ranell
- 683
- 13
- 29
0
votes
3 answers
SCRUM variation with daily goals?
At work we are sort of following SCRUM but at the beginning of each week we plan a sort of sprint for every day.
For example, a regular week would be planned like this:
Day 1
Story 1
Story 2
Day 2
Story 3
Day 3
Story 4
Story 5
Story 6
... so…

dabit
- 64
- 5
0
votes
1 answer
The difference between "Software development methodology" and "Software development process"
Possible Duplicate:
Software Development Methodology
What's The difference between "Software development methodology" and "Software development process"

amiusma
- 41
- 6
0
votes
1 answer
What is solo programming?
I was searching on information about solo programming approach and I couldn't find any details.
What does solo programming mean?
What are the benefits and weaknesses of solo programming?
When should we use it?
What are the software metrics we should…

Janny
- 9
- 2
0
votes
1 answer
JS Appending to Anchor's href
A website that I'm working on has a lot of Javascript running on it. One is a a chat widget that allows operators to communicate with customers. The issue I'm running into is that when an operator tries to send a link to a customer, the link is…

DEV PSC
- 11
- 2
0
votes
1 answer
What's the difference between Incremental development and Staged delivery?
I am doing reading on development methodology for my university course but both of these sound fairly similar.
"Staged Lifecycle is an Application Development methodology in which certain intermediate work products (incremental deliveries) will be…

Pudding
- 533
- 1
- 6
- 23