Skip to main content

Questions tagged [configuration]

Configuration is an arrangement of functional units according to their nature, number, and chief characteristics.

5 votes
3 answers
524 views

I am working on an executable program - an application or utility. At some point, I want to introduce a new option (to be considered at run-time rather than build-time); the option may be boolean, ...
einpoklum's user avatar
  • 2,808
0 votes
2 answers
435 views

I have a game server implemented in Python to which clients can connect and play against each other. I'd like to be able to reload configuration from a config file without restarting the server (as ...
luator's user avatar
  • 111
2 votes
2 answers
1k views

Currently, I'm working on an application with a microservice architecture. Each screen may corresponds to a separate microservice, and each screen has its own unique validation logic. Some screens ...
procrastinator1771's user avatar
5 votes
6 answers
1k views

TL;DR why do people pick YAML/JSON/ini/TOML/XML/plain text to configure applications/packages instead of having the configuration be defined in source files the application/package is written in? I ...
Jared Smith's user avatar
  • 1,935
35 votes
7 answers
7k views

This is the situation that I've seen two times in a row already. A company makes software intended to be sold to other companies. So there will be relatively few clients, but each is an important one. ...
gaazkam's user avatar
  • 4,529
1 vote
2 answers
627 views

I'm not sure how to manage configuration settings in a C#/.NET environment. For simplicity lets say I have 3 assemblies: My MainApplication is the project being started and containing the business ...
NoConnection's user avatar
35 votes
6 answers
10k views

The system I'm working on started as a small training project within the company I work for but quickly caught interest from management as a means to help to standardize the existing excel-heavy ...
ElderFuthark's user avatar
18 votes
5 answers
4k views

I have a program that runs on command-line, let's call it myprogram 1.0.1. It's published on GitHub. Now I discovered that name already exist for a well-know software, so I want to change the name ...
Lawrence's user avatar
  • 309

15 30 50 per page
1
2 3 4 5
15