Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment What I'm wondering about... (Score 1) 623

Is why anyone in their right mind would use an object-oriented language where ALL objects are COM objects to develop web-based applications. I'm a java developer (who am I kidding? I'm a Code Monkey) working on the web team for a big company, and the major recurring theme is SECURITY.

Obviously, you wouldn't want a function to read text from an html header file be able to open up the passwerds.txt file if you "accidentally" pass it the right filepath.

Obviously, you wouldn't want EVERY FREAKING OBJECT you create to be able to access EVERY AUTOMATABLE function in the windows API.

i have no sig.

Slashdot Top Deals

Real Programmers don't write in PL/I. PL/I is for programmers who can't decide whether to write in COBOL or FORTRAN.

Working...