I am not a robot. I promise.

  • 23 Posts
  • 1.47K Comments
Joined 2 years ago
cake
Cake day: July 9th, 2023

help-circle





  • Me while doing error handling?

    Well shit, all my functions both take and return memory addresses. When one of those blocks of data happen to fail the data sanity check, the function returns either -1, -2, -3, -4.

    See, you’ll never get such numbers as proper memory addresses, they’re assigned as blocks, larger than 4 bytes…

    So, if one of my functions returns a -1 through -4, that tells me which argument to the function failed the sanity check…