Top "Methodology" questions

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

Long-held, incorrect programming assumptions

I am doing some research into common errors and poor assumptions made by junior (and perhaps senior) software engineers. What …

methodology
What is the difference between Scrum and Extreme Programming?

A few years ago I have worked on a green field project where we did Extreme Programming. I also see …

agile scrum methodology extreme-programming
Business Logic in Database versus Code?

As a software engineer, I have a strong bias towards writing business logic in the application layer, while typically relying …

database architecture methodology n-tier-architecture
How do the Agile, Lean and Kanban methodologies relate?

I'm basically familiar with Agile methodology and Scrum. But what is "Lean Software Development" and "Kanban"? Is it safe to …

agile methodology kanban
How do you debug php "Out of Memory" issues?

I've had some issues lately with PHP memory limits lately: Out of memory (allocated 22544384) (tried to allocate 232 bytes) These are …

php debugging memory methodology
What are a posteriori and a priori analyses of algorithm operations?

I am a new developer. Please help me understand what a posteriori and a priori analyses of algorithm operations are. …

algorithm analysis methodology
XSLT Unit testing

Does anyone know of a way to write unit tests for the XSLT transformation? I've a lot of XSLT files …

unit-testing xslt methodology xslt-tools
Scrum - Are you a chicken or a pig?

As I am just learning about Scrum, it seems to me that for part of an iteration you may be …

project-management agile scrum methodology
Has Agile really worked for you as a Developer?

I have met a lot of people for whom Agile has worked really well, and most of them tend to …

agile methodology
What are alternatives to the Waterfall model

Can you please give a methodology that stands to alleviate the disadvantages of waterfall model?

methodology waterfall