In programming we often create reusable data structures that contain attributes to store information. For example, if writing a piece of software that has to do with cars we may have a Car class that has various attributes like color, make, year, etc. If I am writing about my software is it acceptable to capitalize these class and attribute names? Should the Color attribute in the Car class contain pink? What does Make mean?