Questions tagged [development]
The development tag has no summary.
38 questions
-1
votes
2
answers
200
views
Best thing to do by private developers in case of impending death or plans to cease development on a personal private project
Suppose I have a personal private code project.
What should the developer do with the code in case of impending death or plans to cease development on their personal private project.
Suppose, they do ...
-1
votes
4
answers
204
views
What if after some time when I learned more, I realized that I did some things wrong in past projects? [closed]
For example:
After I've learned about SQL injections I realized that in past projects I didn't check user inputs for SQL injections.
After I've learned about PKCE I realized that in past projects I ...
2
votes
2
answers
112
views
Dynamic loading of objects defined during development for a running system
So I have a design/architectural question. I want to develop a pattern in a programming language that is able to allow a app command-line shell to send commands to a running application to create ...
3
votes
1
answer
512
views
API development - Exposing new version VS updating current version
Context
There is a back end and a front end team.
Back end exposes an endpoint to the front end app:
PATCH car/{carID}/tire
Problem
I want to update the aforementioned PATCH request functionality ...
1
vote
2
answers
1k
views
How to speed up my software development workflow? I'm using Visual Studio 2019 to build, compile, run tests for dotnet, C#, Docker containers, etc
I am primarily working with C#, dotnet and Visual Studio 2019 with extensions like Resharper enabled. Visual Studio with Resharper is a memory hog.
I currently have the following PC at home where I ...
-2
votes
4
answers
403
views
How do I handle 2 or more parallel development environments on different machines?
I have a Windows PC and a Ubuntu laptop that I use for development. One of my main issues is that I switch between them multiple times a day, but because they are different machines, I am unable to ...
1
vote
3
answers
379
views
At what stage should the (G)UI be designed?
I'll take out the ellipsis to make this easier/quicker to read:
Large group project in school, stakeholders gave a fuzzy explanation as to what they want. I suggested that we:
sketch the GUIs so we ...
-2
votes
1
answer
280
views
Should a developer write "Solution document" before start coding?
Why we do this is for "Planning before we code" and one another point is to "help the newcomers in the team".
We are a team of 5-8 members. We do have API documentation and Readme included with our ...
5
votes
4
answers
637
views
How to keep your productivity level high when people keep changing requirements at the last minute?
I started working as a software engineer with a startup about one and a half year ago. Everyone here cares about this project and works hard. but I have been having an issue here for some time.
...
0
votes
2
answers
402
views
Why are web applications said to be in "production" when in reality they are in "release" or "published"? [duplicate]
The definition of production seems to contradict what web developers consider an application in production to be. Why is the term in release or published not used instead? I have been in professional ...
1
vote
0
answers
29
views
How would I go about developing an interface that would allow integration of 6 other models?
I am new to programming, I have been trying to get my head around this.
Context
My project is about defining investment packages for various construction projects within a country based around an ...
8
votes
3
answers
2k
views
Strategy for dealing with A/B tests and Gitflow
I would like to know what strategies do you use to deal with A/B tests of your app and gitflow.
Overview:
We are a team of 6 programmers who develop and maintain a large App. So far we have worked ...
1
vote
1
answer
1k
views
How would I integrate python code into Ruby code?
For instance, if I wanted to make a game which used a Python main file, but have another file with Ruby methods on it, how would I call those methods individually?
Secondly, how could I make a Ruby ...
4
votes
2
answers
547
views
Agile development and standard requirement template
I know there is a distinct difference between a requirement specification and a user story. However in our company, many of the requirements can actually be defined in a standard template. This goes ...
0
votes
2
answers
122
views
What extra activities can developers do to increase quality? [closed]
We overestimated our project and are going to finish two weeks early.
Rather than fill in the extra time with additional features, management has directed the development team to use the extra time ...