Questions tagged [methodology]

A methodology is usually a guideline system for solving a problem, with specific components such as phases, tasks, methods, techniques and tools.

368 questions
0
votes
1 answer

Concerning Methodology and Proper Practices in Java

This may be a weird question, but is there anything wrong, methodologically speaking, about how I'm using enums here (See the Operation enum)? https://github.com/NicholasRoge/jrpgme/blob/master/src/roge/utils/Math.java Like I said, it's an odd…
Nicholas Roge
  • 160
  • 2
  • 12
-1
votes
1 answer

How to build large software projects without cloning the entire repository?

Thinking of big companies like Google and Facebook, what methodology is used when these companies create big projects without cloning all the code on each computer of each developer?
-1
votes
1 answer

In what order should I develop my N-Tier applicaition?

The problem, a team of developers getting an assignment to create big project from scratch, after considering pros and cons of some architectures, they decided to go for N-Tier architecture. For an easy example, lets go for 3 Tier (as a very general…
-1
votes
1 answer

Methodology: Implementing Logic for User Actions? (Without Code Duplication Between Client and Server or Unacceptable UX)

Let us make up a toy case: Suppose we have an app that has a "thumb up" button for each post - you know, when clicking it, the button should become blue, and the server should store that this guy thumbs it up. So my question is, what are the best…
ch271828n
  • 15,854
  • 5
  • 53
  • 88
-1
votes
2 answers

Can user stories be used for requirement gathering in prototyping methodlogy?

I am developing a project using prototyping methodology. However, since end users are involved, I am thinking of user stories for requirements gathering. I can see that user stories are generally associated with AGILE methodology. So can I use it in…
luke
  • 51
  • 9
-1
votes
2 answers

Does anybody know what companies are currently using agile iconix process?

Does anybody know what large companies are currently using agile iconix process??
Somedeveloper
  • 817
  • 2
  • 14
  • 31
-1
votes
1 answer

Database Design - functional dependency methodology

Is there any standard methodology (step-by-step system) to determine the functional dependencies of a database? Maybe an algorithm that i could apply?I'm trying to optimize a beta database model i have created for a site like imdb and to work…
-1
votes
9 answers

Scrum - How to get better input from the functional/commercial team

We are a small team of 3 developers (2 experienced but new to this particular business sector) developing a functionally complex product. We're using Scrum and have a demo at the end of each sprint. Its clear that the functional team have plenty…
Tom Carter
  • 2,938
  • 1
  • 27
  • 42
-1
votes
1 answer

Understanding the methodology of generic data types

I think of a situation when one needs to code a linked list implementation as a generic ADT. Is he supposed to provide within the library printing functions? Because is we assume that the client will use the linked list with his own created struct…
Quaker
  • 1,483
  • 3
  • 20
  • 36
-1
votes
1 answer

Generating feed items that won't nest Divs

I'm working on this project at helpspread.com. Everything is almost completed, now I need to generate feed on the homepage for logged in users, so they can get live update of an item when it is posted. I save the id of the last item they saw and use…
Ekene
  • 51
  • 10
-1
votes
1 answer

Software Development Methodologies for a single programmer

Ive been trying to find an answer to what I thought would be a basic question. What software development methodologies are relevant for a single programmer. The only one I can find is RAD. When I've looked into others such as agile they require a…
Sagarmichael
  • 1,624
  • 7
  • 24
  • 53
-1
votes
2 answers

Design and Scrum

I edit my post to be more specific. I wish to start using Scrum methodology, And would like to know how the Design and Scrum live together ? In the "Old" world I would build a complete design for my application, saying exactly where each menu should…
Michael
  • 796
  • 11
  • 27
-2
votes
1 answer

Software development methodology difference

Does anyone happen to know if Joint Application Development is categorized under Agile methodology or are they two separate development processes? It appears that SCRUM is a type of agile but JAD is related to RAD and is outside of agile. Any…
Dusty
  • 2,159
  • 3
  • 23
  • 26
-2
votes
1 answer

Best practice for keeping accurate stock prices

I am building a service (web via html/css/nodejs and iOS app via swift 4 for now) that will calculate how much you have total of all stocks across multiple brokers, in your country's currency. The website and app both pull from the same database,…
Adam
  • 219
  • 1
  • 2
  • 11
-2
votes
1 answer

Organizing C# code into separate modules

I have the following code files in my solution: The configuration is stored in a json file. The shape of the data (model) is defined as a sealed class. The configuration has to be read and parsed from the json file and stored into a public static…
jujiro
  • 190
  • 1
  • 1
  • 11
1 2 3
24
25