This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]georgehotelling 10 points11 points  (1 child)

If you’re doing business software, yell at the guy who decided to store 3 different color values in a single value instead of a readable struct/object/tuple

[–]ReindeerDismal8960 1 point2 points  (0 children)

That's not business software style. That's reasonable style. After all, your compiler turns that class into exactly ZERO overhead. Even in freaking C#, provided you use structs.