To generate a yellow sphere, I usually write the code without using Style:
Graphics3D[{Yellow, Sphere[]}] However, Style seems to be a more rigorous form in many references:
Graphics3D[Style[Sphere[], Yellow]] I really seldom use Style even in more complex and lengthy code project. Should I or not?
Please, your suggestions and comments.



