• 0 Posts
  • 6 Comments
Joined 6 months ago
cake
Cake day: March 1st, 2024

help-circle



  • 70 years is not enough to fully industrialize a society

    Russia, China

    Also, I imagine industry in general becomes significantly easier when you have people that can summon construction projects out of the ground or weld with their bare hands.

    Also, society isn’t industrialised. One city state within society is industrialised.

    Also, the fire nation was already undergoing industrialisation at the time of ATLA.



  • Private Vs public has nothing to do with security

    If people can execute arbitrary code in your app, they can already read your memory, and even if they couldn’t they could use java reflection to just turn off the private modifier

    Accessibility modifiers are to do with maintainability. If you have internal implementation logic that should be hidden from a consumer you don’t want that consumer to have to know about things they shouldn’t be changing anyway.

    The comic is just about how classnames in java should be in pascal case