FrickTobias / BLR

MIT License
6 stars 5 forks source link

Add all parameters to configs? #231

Closed pontushojer closed 3 years ago

pontushojer commented 4 years ago

Discussion topic

  1. Should we add all parameters to the configs or only a select subset?
  2. If subset, what selects with parameters to include?
  3. Difference between parameters for our tools (blr) vs external tools?
marcelm commented 4 years ago

I propose to keep it as simple as possible: Do not add anything to the configuration as long as it can be avoided. That is, wait for a user (which could be yourself) to request it, do not add it just because it "might be needed". Read about the YAGNI principle for a justification.