• 0 Posts
  • 4 Comments
Joined 1Y ago
cake
Cake day: Jul 11, 2023

help-circle
rss

I don’t know the reason. I think not having the extra blank lines would be better, but it works just fine as is - even the post admits this much. That’s why it’s an enhancement. It’s possible for software to be functional and consistent and still have room for improvement - that doesn’t mean there is a bug.


My point is that someone made the decision for it to do that and that the software works just fine as is. It’s not a bug, it’s just a weird quirk. The fact that they made the enhancement you requested doesn’t make the old behavior buggy. Your post title said “it’s not a bug, it’s a feature!”, but the behavior you reported is not accurately classified as a bug.


It’s not a bug just because the software doesn’t conform to your personal preferences. You’re asking for what would be considered an enhancement - not a bug fix.


It depends. If the variable names are arbitrary, then a map is best. If the variable names are just x_1, x_2, x_3, …, x_n, then a list or dynamic array would be more natural. If n is constant, then a vector or static array is even better.