
Originally Posted by
'wolpak',index.php?page=Thread&postID=193483#post1 93483
The goal is to test each thing as you put them in place.
That's really good advice, not just about HotkeyNet but every kind of programming.
Pretty often, people send me a 300-line script that they wrote before trying it, and ask why it doesn't work. Did they expect to create something that complicated in one fell swoop and have it turn out correctly? Or did they think it would be easy to find their errors in something that big?
People should start with a tiny script like you did -- only seven lines. Get it working. Add a few more lines. Get that working. Etc.
Programmers have a fancy name for this -- incremental development -- but it's really just common sense.
Connect With Us