Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Goofy_Coyote
on Aug 27, 2024
|
parent
|
context
|
favorite
| on:
Firewalling your code
How is this different from using access modifiers (public, private, protected)?
P.S: I do work with code (reading, writing and breaking it), but I’m not a software engineer.
irundebian
on Aug 27, 2024
[–]
It's more granular than access modifiers. You may want to be an interface to be accessible from outside but not from every caller.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
P.S: I do work with code (reading, writing and breaking it), but I’m not a software engineer.