<CFWTF>

The DAMMIT keyword

Ray Camden has a post venting about an admitedly annoying feature of the Windows OS. I completely agree with Ray's sentiment, but it brought to mind an idea I've had that could have alleviated Ray's shagrin.

I'd like to propose a universal DAMMIT keyword to be implemented in all programming languages and command-line syntaxes. This special keyword essentially bypasses all idiot-proofing warnings and safeguards and causes the base command to be executed regardless.

Example

DROP TABLE(employees)
GO

-- Cannot drop table EMPLOYEES. Table is in use

DROP TABLE(employees) DAMMIT
GO

-- Command completed successfully

Obviously this could be abused, so users may need to provide their TCID to unlock this functionality.

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
Jimmy's Gravatar Suweeeeet!!!
# Posted By Jimmy | 5/20/07 4:00 AM
BlogCFC was created by Raymond Camden. This blog is running version 5.7.
</CFWTF>