SokathHisEyesOpen

  • 9 Posts
  • 458 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle

















  • If you message cross-platform from Android to iOS, and you can’t get everyone to agree upon a 3rd party app, then you’re kind of stuck with sms. This isn’t a problem that is going away in the near future. Apple relies on their locked messaging platform to influence their users into thinking iOS is the best. The users then pressure all of their friends to get iPhones too. It’s an effective strategy for them. Very few iPhone users seem to understand the games being played.



  • Code comments are useful for browsing a script and understanding it at a glance. I shouldn’t have to scroll up and down across 700 lines of code to figure out what’s happening. It’s especially useful with intellisense, since I can just hover over a function and get a tooltip showing the comment, explaining what it does. It also helps when using functions imported from other files, since it’ll populate the comment showing me what parameters are needed and what each should be. Comments save time, and time is valuable.