Wizards can kick-start features. They can also obfuscate your code, and are anti-YAGNI.
On balance, do you think Wizards are more useful or more harmful?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They are more useful than harmful if and only if you understand the code they generate. Only after you mastered the problem the wizard is trying to solve they are really useful. Otherwise you’ll hit walls later in the project, because the generated code will need modifications at some point.
‘The Law of Leaky Abstractions’ really nails it on the head.