David Bureš on Nostr: npub1u24tf…532pl I would only be for this proposal if they allowed enough ...
npub1u24tf7lkhs9wec3fg2xzddfpu49hwlywsdynx568xfflcjcntqasr532pl (npub1u24…32pl) I would only be for this proposal if they allowed enough customization for the rules.
I have severe astigmatism. If there's code on two subsequent lines, they blur together and I can't see them properly. This is why I seem to be the only Swift developer in existence who writes like this:
```
if appState.isFieldFocused
{
if appState.whatever
{
}
}
```
If I was forced to write the "standard" way, it would be extremely abletist and I might as well just stop coding in Swift.
I have severe astigmatism. If there's code on two subsequent lines, they blur together and I can't see them properly. This is why I seem to be the only Swift developer in existence who writes like this:
```
if appState.isFieldFocused
{
if appState.whatever
{
}
}
```
If I was forced to write the "standard" way, it would be extremely abletist and I might as well just stop coding in Swift.