User | Kudos |
---|---|
6 | |
5 | |
2 | |
2 | |
2 |
When doing code refactoring (or other improvements) we often run into the situation where we may want to replace constants for whatever reason.
Example: If we previously have only had support for 8 devices which (for reasons I won't try to defend here) ends up being hard-wired into the software and we now want to change the code to replace these constants with a Sub-VI we have a very hard job finding all of the instances of "8". I can search for a numeric constant but this produces so much noise it's useless. It it were possible to narrow down the search to the value "8" for a numeric constant thent he search would be much easier.
Same goes for paths, enums, error clusters and so on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 4 kudos within 4 years after posting will be automatically declined.