Export to GitHub

wxlauncher - issue #73

Need to move away from using #defines in favor of const variables


Posted on Apr 26, 2012 by Grumpy Bear

What steps will reproduce the problem? 1. Look at code, specifically global/ids.h 2. Notice that it is full of #defines. 3. Notice that it doesn't really have much of any const variables.

What is the expected output? What do you see instead? Expected output is lots of const variables. I see lots of #defines instead.

Status: Accepted

Labels:
Type-Defect Severity-Medium OpSys-All Milestone-Release1.0 Maintainability