Bad names

From gem5

Jump to: navigation, search

We may have a couple of classes, variables, and functions that aren't named too well. Some are too long, aren't descriptive, etc. List the things that you don't like here, and try to give some suggestions for alternates.

Contents

Function names

Class names

Variable names

Command to replace string

find . -name "*.cc" -o -name "*.hh" -o -name "*.isa" | grep -v SCCS | xargs perl -pi -e "s/oldstring/newstring/"

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox