I am working with models of neurons. One class I am designing is a cell class which is a topological description of a neuron (several compartments connected together). It ha
You could create a class for your parameters.
Instead passing a bunch of parameters, you pass one class.