top | item 45913076 (no title) jclulow | 3 months ago FWIW, some of us still do this in C programs today. Having a relatively unique prefix for struct members makes it extremely easy to find uses of those members with relatively simple tools like cscope. discuss order hn newest ajross|3 months ago Heh, tools. I just put an "XX" on the front of a field I want to refactor and see what breaks. kragen|3 months ago Can't cscope tell you everywhere a given struct type is used?
ajross|3 months ago Heh, tools. I just put an "XX" on the front of a field I want to refactor and see what breaks.
ajross|3 months ago
kragen|3 months ago