hvaldecantos / gvarharmfulness

Are global variables harmful? An Empirical Study of Global Variables in C Language and their Relation to Bugs.
0 stars 0 forks source link

GV classification for Gedit project #14

Closed hvaldecantos closed 8 years ago

hvaldecantos commented 8 years ago

52 out of 59 where global variables. I didn't count a global variable that was in a dead sector of the code:

if 0

.... GtkWidget *search_dialog; ...

endif