Skip to main content

Questions tagged [project]

A project is a collaborative and planned activity for attaining a particular goal.

-2 votes
1 answer
321 views

What is a component in C#?

Introduction Components are an important building block of software. In terms of software architecture, there are a lot of principles regarding components that should be adhered to (high cohesion, low ...
dn1h's user avatar
  • 19
4 votes
3 answers
10k views

what is the difference between system requirements and software requirements?

For my project, I am required to complete a software requirement and systems requirement for a program I am developing which needs to be fairly detailed. However I am struggling to differentiate ...
user18372316's user avatar
3 votes
1 answer
2k views

"User" requirements vs "system" requirements

I'm taking Software Engineering class and my professor is absolutely terrible at explaining anything. It's only the 3rd week and me and my group mates are already deeply confused. We were given a ...
Segmentation fault's user avatar
-2 votes
3 answers
178 views

Perfect product vs progressive releases

There can be some approaches regarding releasing a software product: Perfection before launch to generate a technical gap with rivals Progressive frequent releases and getting user feedback ...? ...
Megidd's user avatar
  • 124
-4 votes
1 answer
89 views

Question about the tutorial purgatory in coding path

Dear all the programmers and overflow friend, First, I want to say thank you to stack overflow users for helping me finish 20% of my PhD project since last year (using python to draw some technical ...
Koh PIN WAI's user avatar
1 vote
2 answers
2k views

How to structure the project documentation?

I just started our bachelor thesis, and want to ask you how to make a proper documentation. There are two pieces of software in our project's scope: a microcontroller software (node), and a server ...
Mats Gausdal's user avatar
2 votes
2 answers
2k views

Are pre-commit or pre-push hooks that run lint and unit test scripts worth it? [closed]

I guess the argument for pre-commit hooks that lint and run unit tests would be that every single commit is clean. The argument against them is that they take a lot of time to run, which can add up ...
Gwater17's user avatar
  • 255
0 votes
1 answer
64 views

What is the function of the special directory(named debian) to the project design?

I am reading a github project: you see there is a directory(debian) in there, what the function of it? I have browsed the directory, there seems have some configuration files: shadowsocks/debian/...
244boy's user avatar
  • 117
4 votes
2 answers
395 views

What is considered good/best practice around handling ad-hoc coding requests?

I am a data scientist and do lots of programming in R/RStudio. I like to be organised (as I'm sure (hope) most programmers do) and as such I always use the Project feature in RStudio to keep my work ...
MusTheDataGuy's user avatar
7 votes
3 answers
931 views

At which moment should event storming be used?

I've recently seem event storming as a quite reasonable way to get understanding form a domain, in order to build a domain model. We understand the events in the domain, which for the domain experts ...
user1620696's user avatar
  • 4,967
0 votes
2 answers
111 views

Justifications for developing applications that work on beta versions of iOS?

I'm a participant of the Apple Developer Program and have been downloading and testing beta versions of iOS for a number of years now. When updating to a new iOS version I sometimes notice that a ...
nopassport1's user avatar
20 votes
4 answers
12k views

Can the Scrum method be used with only one person and only one 10 day Sprint? [duplicate]

So I have to do a project for about 10 days. About the work, lets just say Im going to develop a Website with a front-end and a few interfaces between internal services. Now I have to use a ...
Dead Master's user avatar
-2 votes
1 answer
873 views

what are cons and pros between the two version control designs of a project: multiple repositories, vs single repository [duplicate]

I am working on a project which is split into multiple git repositories instead of just one. Each repository is for a library or an application. The libraries are used by the projects or other ...
Tim's user avatar
  • 5,555
0 votes
1 answer
277 views

Technical parameters for web application?

I'm doing a small project for the company a friend of mine works at. The project is a tool for doing Quality function deployment using the House of quality method. As part of the initial planning ...
Magnus's user avatar
  • 415
1 vote
1 answer
107 views

How to share new features in a large multi module project [duplicate]

I have been working in large multi module projects over a period of time. One major issue I faced is, how to communicate to other teams of a new feature which they may be interested in. Consider this ...
Apurva Singh's user avatar

15 30 50 per page
1
2 3 4 5
9