Luu Tuyen@lemmy.world to linuxmemes@lemmy.world · 4 months agoRemember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitivelemmy.worldexternal-linkmessage-square190fedilinkarrow-up1661arrow-down170
arrow-up1591arrow-down1external-linkRemember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitivelemmy.worldLuu Tuyen@lemmy.world to linuxmemes@lemmy.world · 4 months agomessage-square190fedilink
minus-squareArbitraryValue@sh.itjust.workslinkfedilinkEnglisharrow-up9·edit-24 months agoMy naming convention for C++ is that custom types are capitalized and instances aren’t. So I might write User user;.
My naming convention for C++ is that custom types are capitalized and instances aren’t. So I might write
User user;
.