Y
Hacker News
new
|
ask
|
show
|
jobs
by
jclulow
211 days 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.
2 comments
ajross
211 days ago
Heh, tools. I just put an "XX" on the front of a field I want to refactor and see what breaks.
link
kragen
211 days ago
Can't cscope tell you everywhere a given struct type is used?
link