this post was submitted on 04 Aug 2024
50 points (96.3% liked)

Tech

435 readers
2 users here now

A community for high quality news and discussion around technological advancements and changes

Things that fit:

Things that don't fit

Community Wiki

founded 8 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] killingspark@feddit.org 7 points 2 months ago

What about pointer arithmetic without decorating everything with "unsafe"? As the whole point is making the code safer.

The point is to reduce the amount of work by doing the boring work automatically. Manually copying struct definitions, functions, etc etc would be very boring but error prone work which is kind of the worst combination.

If that's done you can start improving the codebase module by module.