Enlightenment is realizing that variables don’t have nor need a type, they are all just arrays of bits.
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 23rd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
PowerCrazy@lemmy.mlto World News@lemmy.world•Austria to tighten gun laws after recent school shooting. Applying for a gun license will require taking a serious psychological test. There will be a "cooling off phase" after ordering a weapon.English01·3 days agoDo you think that the average person is a killer but the only thing that stops them are the tools they have available?
How can my JSON response have any concept of Type? If I return a number and you treat it is a string, my API doesn’t have any concept of that. Now in the actual spec of the API I could say that specific URI will return an
int
, but it’s up to your side to classify the array of bits as anint
instead of astr
.