Tagged Questions
The Software Development Lifecycle (SDLC) is a process methodology for software development. It includes three main activies: Design, Construction and Deployment/Maintenance. Popular examples of models used during SDLC are waterfall, spiral and agile.
18
votes
11answers
859 views
How to convince management to clean up code after going live
At one of my customers I more and more often run into the situation that we are not given time to "clean up" the code after we've gone live. How can we convince management that this would be time and ...
13
votes
8answers
613 views
Why adopt a software development process?
Agile (SCRUM, XP, FDD, ...), Waterfall, RUP, ... Why would a small company bother adopting one in the first place. Why not just hack-away each project to completion (with a usual team size of 1~2).
...
10
votes
7answers
474 views
Release Process Improvements
The process of creating a new build and releasing it to production is a critical step in the SDLC but it is often left as an afterthought and varies greatly from one company to the next.
I'm hoping ...
6
votes
4answers
291 views
Need profesional C++ training from Java background
I am from Malaysia and now working as Senior Software Engineer (Java). In my company we have done a complete software for Security Information & Event Management(SIEM) that is build using J2SE/EE. ...
6
votes
6answers
264 views
When is shared code ownership useful?
I've worked on several projects lately that have promoted the idea of shared code ownership. At times, this seemed to speed up code-improvement and enhancement. Other times, it seemed to become a ...
6
votes
10answers
1k views
Is Agile programming too… ad hoc for safety-critical systems?
For example, would it be incredibly dangerous to do it for avionics software?
Note, I don't completely understand Agile.
6
votes
12answers
895 views
Trying to sell Agile Development
My work place is very archaic when it comes to software development. Essentially all projects are forced to use a waterfall approach requiring immense paperwork.
I've always been a fan of agile ...
5
votes
8answers
947 views
How can one get a QA team more involved in the SDLC?
I have worked in environments where the QA team has been actively involved in the development process from the onset of a project through maintenance. I generally have found this to be effective as ...
5
votes
6answers
863 views
How should I move my code from dev to production?
I have created a PHP web-application.
I have 3 environments: DEV, TEST, PROD.
What's a good tool / business practice for me to move my PHP web-application code from DEV to TEST to the PROD ...
5
votes
5answers
19k views
Agile Vs Spiral Model for SDLC
I believe that Agile is nothing but another implementation of Spiral Model. I am a big supporter of Spiral (The spiral model is a software development process combining elements of both design and ...
5
votes
15answers
433 views
How do you incentivize good code?
Are there any methods/systems that you have in place to incentivize your development team members to write "good" code and add comments to their code? I recognize that "good" is a subjective term and ...
4
votes
5answers
142 views
Project Performance with Agile Development
I remember reading an article stating that someone had measured project performance under Agile (or maybe just TDD?) and found that it accomplished projects more efficiently than its alternatives. ...
4
votes
2answers
4k views
What's the difference between incremental software process model, evolutionary model, and the spiral model?
I am studying Software Engineering this year and I am little confused about the question in the title.
Both of my professor and the reference ("Software Engineering A Practitioner Approach") ...
4
votes
1answer
119 views
My chance to shape our development process/policy
I'm sorry if this is a duplicate, but the question search terms are pretty generic.
I work at a small(ish) development firm. I say small, but the company is actually a fair size; however, I'm only ...
4
votes
7answers
681 views
What is the best way to go about gathering requirements for a project?
How to collect system engineering or product requirements?
For example, if we want to make a car, how should we collect the requirements? Kindly guide me.
4
votes
6answers
2k views
What is sustaining software engineering?
I've come across the phrase 'sustaining software engineering' but don't know exactly what it means. There seems to be some DoD connection? Is it related to Agile Development?
4
votes
11answers
573 views
Is there a rating system for the maintainability of source code?
I'm interested in finding some software that can analyze some C# files or an entire C# project/solution and give it a score which rates its ease or difficulty to maintain. Are there products or ...
3
votes
2answers
75 views
When should I design and document my test cases?
IN SDLC, the Testing procedure should be right after implementation. However, Test-driven development encourages us to do testing while doing implementation. And in my lecture course, Prof said test ...
3
votes
3answers
334 views
What is the best way to handle release management for software with multiple versions?
My company builds a web application for Real Estate Institutions -- initially coded in classic ASP with an incremental migration to .NET. Essentially, its a website with backend DB, mixed with custom ...
3
votes
3answers
253 views
What is the Software Development Lifecycle?
Our investor wants a SDLC. I've never written one before, and I don't have enough time to go and buy a book, or spend much time learning about them. From what I've been told about them, they consist ...
3
votes
7answers
354 views
Under-priced projects (tight budget) - what are the characteristics?
I'm trying to determine some of the markers that indicate a project of limited resources.
In my experience a project becomes a ‘limited resources’ project because someone was desperate to sell a ...
3
votes
4answers
458 views
What's a good tool for annotating code?
Does anyone use a tool for code collaboration? We already have an existing system that manages our SDLC, so I don't want a separate system. I'm looking for a some tool to annotate code, with ...
3
votes
9answers
351 views
Do you put your indexes in source control?
And how do you keep them in synch between test and production environments?
When it comes to indexes on database tables, my philosophy is that they are an integral part of writing any code that ...
3
votes
3answers
606 views
Software Development Life Cycle Resources
I am currently a college student and I don't feel that any of my classes have touched on the Software Development Life Cycle (SDLC) nearly enough.
I've been interning a company for a few years and ...
2
votes
2answers
323 views
2
votes
1answer
271 views
client problems - misaligned expectations & not following SDLC protocols
im having some serious problems with a client on a project - i could use some advice please
the short version
i have been working with this client
now for almost 6 months without any
problems ...
2
votes
1answer
665 views
Mapping between UML Diagrams and SDLC?
What are different UML diagrams that I can use at different stages of SDLC? I am looking for a mapping of possible UML diagrams to each of the different stages in SDLC.
2
votes
6answers
167 views
What are good rules of thumb for presenting new development to non-technical stakeholders?
Communicating with non-technical users can be challenging. What tips do you keep in mind in order to keep the presentation of new and often in-progress development productive?
2
votes
3answers
2k views
What is the “Fountain Development Model”?
It is mentioned on the Systems Development Life Cycle page on Wikipedia:
To manage this, a number of system development life cycle (SDLC) models have been created: waterfall, fountain, spiral, ...
2
votes
6answers
258 views
Re-Running Database Development Scripts
In our current database development evironment we have automated build procceses check all the sql code out of svn create database scripts and apply them to the various development/qa databases.
This ...
2
votes
3answers
1k views
Brownfield vs Greenfield development?
This is not a question with a precise answer (strictly speaking the answer would be best captured by a poll, but that functionality is not available), but I am genuinely interested in the answer, so I ...
1
vote
2answers
140 views
Need to design the architecture design of an android application
I need to create an architecture design for my application.
App Details: In my app, i show some data which is fetched from server. So basically when you start the app, you get a list of categories ...
1
vote
2answers
112 views
Best Practices for Deployment of .NET Web Applications
I work at a place that thinks it's a fine idea to deploy the code directly from Team Foundation Server (TFS) into production. It's almost impossible to convince them that this is a bad idea because ...
1
vote
1answer
636 views
what is the difference between iterative waterfall SDLC and agile SDLC?
There is clear difference between the old waterfall SDLC and agile but
what is the difference between iterative waterfall SDLC and agile?
1
vote
1answer
36 views
How to evaulate the design of a brand new application which falls into fairly unfamiliar knowleadge domain to you?
Recently I participated in designing & writing of an application which my team was given complete requirements and had to basically design and code it - it was about automation of 3rd party ...
1
vote
1answer
52 views
What 'cyberlaws' should I take into consideration in the design phase of a public multilingual website ? Or is this non- existing concern? [closed]
I can't seem to find any good resources I can understand regarding 'cyberlaws' with at least general guidelines except maybe this one maybe ?? (I think I can't event structure the right question to ...
1
vote
2answers
1k views
what is the difference between functional specification & High/Low level Design
I have gone through the topics Functional Specification, High Level Design, Low Level Design. I read their description & template from different sites. I know the difference between High Level ...
1
vote
2answers
842 views
Functional Design and Technical Design Documents for a Web Application
I am going to work on a Web Application which I have to start with Gathering the Business Requirements up on which I need to develop Functional and Technical Documents. I have not developed Functional ...
1
vote
4answers
126 views
Should we develop code on a local machine in a VLAN?
Because of security reasons, we will not be able to use IIS on our local machines. I'm sure that many of you have faced the same problem, so how did you solve it? Here are the options that we're ...
1
vote
2answers
25 views
Is it possible to define a custom rule in OnTime to notify users?
We have been using SCRUM as an SDLC and we use OnTime tool for that.
I wonder if it is possible to define a rule like
"IF Total number of hours estimated is greated than 150 hours, notify the ...
1
vote
3answers
309 views
How to best integrate HTML/design with C# code in ASP.Net or ASP.Net MVC?
We're working on a new ASP.Net site. The last major site we did was in classic ASP--the procedure we used there was to have the HTML completed first, then "bring it to life" with the ASP code.
In ...
1
vote
1answer
369 views
Documenting an SDLC process
Being a senior of the development team, I've been asked to help generate a more refined process for our team, which right now vaguely follows the SDLC/waterfall method without standardization as to ...
1
vote
2answers
231 views
Complete Deploy vs Out of Cycle Deploy
I'm not sure If any of you have encountered this scenario.We have small small projects or
fixes that we need to push to LIVE every other day.
There is one set of team that says "do a clean build ...
1
vote
1answer
1k views
SDLC Mangement for TFS Build Scripts
I'm in the process of developing several custom build scripts for TFS and I'd like to know if there are any best practices for developing, testing and deploying TFS build scripts.
Do you setup ...
1
vote
1answer
477 views
TFS and RTC - can both be used for both Java and .NET development
Both Microsoft's Team system and IBM's Rational Team Concert have similar features and functions. Both claim to be able to support either Java or .NET developers with their favorite IDE. Do you ...
1
vote
6answers
4k views
What is the difference between risk analysis and risk mitigation?
What is the difference between risk analysis and risk mitigation and when(before coding or after coding?) and by whom(QA/analyst/developer?) should they be performed in the Software Development Life ...
1
vote
5answers
341 views
How to avoid short-lifespan enterprise applications?
A while ago another question referred to the (possibly urban tale) statistic that
... the average lifespan of software is about 3 years
At the time I came up with the following reasons (and I'm ...
0
votes
1answer
58 views
Automated Software Versioning integrated with Issue Control System
I decided to use the following pattern after reading semantic versioning at http://semver.org/ . However, I have some unsolved issues in my mind in terms of automating and integrating SDLC tools.
...
0
votes
0answers
39 views
Looking for SDLC Tutorial [closed]
Does anyone know a link or book that teaches the creation of a software from planning to the actual coding and testing (preferably .NET). I am looking for a tutorial that shows the actual creation of ...
0
votes
1answer
34 views
On what basis one can define an Application's Architecture? [closed]
In each and every Software Development firm, there's a team call Architects who decides the best suitable architecture based on the requirement of the app.
But here's a question, what points they ...