Jonathan Ben Avraham wrote:
Hi Shachar,
Right, right.
I also think that the VS2008 is doing something "extra".

My problem is that I have a class with 70+ methods and the customer keeps changing the specs. I need some way to verify that all of the methods declared in the class have implementations. The most common mistake is that I change the method name in the class but forget to change the name in the implementation.
That would not compile. The implementation under the old name would not match any method declaration, and the compiler would complain.

Shachar
I suppose that I could write a Perl script that would automatically generate method calls from the class method declarations and then watch for link errors.

Regards,

 - yba

--
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
http://www.lingnu.com

_______________________________________________
Linux-il mailing list
[email protected]
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to