Skip Navigation

Firewalling Your Code

lackofimagination.org Firewalling Your Code

When writing code, you can call any function as long as it’s public, and similarly, you can access any object’s public properties or methods. Usually, access to code is all or none – a piece of code can be either public or private. Lately, I’ve been thinking about ways to implement more fine-grained...

Firewalling Your Code
9

You're viewing a single thread.

9 comments
You've viewed 9 comments.