Having a g3_timeareadata() with the same name as the stock (e.g.) is both very natural to do if you don't care about the name and creates a big mess.
- Should we prefix the actual variable with
tad_? This would be hard to do without breaking back-compatibility though
- Add a prefix to the name if there's a clash, rather than choosing one and hoping for the best?
- Something else?
Like other functions that ask for a name, the user likely doesn't care, and would rather it pick something sensible.
Having a
g3_timeareadata()with the same name as the stock (e.g.) is both very natural to do if you don't care about the name and creates a big mess.tad_? This would be hard to do without breaking back-compatibility thoughLike other functions that ask for a name, the user likely doesn't care, and would rather it pick something sensible.