How To Force An Error During Syntax Check

nshajahan

New Member
I am putting together some re-usable program components(include files with arguments). If the programmer is using them wornlgy ie, without proper arguments being passed, While he is checking for syntax error, I want to bring it to his attention(Some of these errors I have in mind otherwise will occur during run-time).

I want the developer know that he is using them wrongly. Since these programs are run on Multi-tier (using appserver) , It will be difficult otherwise to track these.

Thank you any one who would be kind to shed some light.
 
Back
Top