zlacker

[return to "WebKit Quirks.cpp"]
1. webmob+bt[view] [source] 2022-10-14 22:21:58
>>Bodaci+(OP)
> bool shouldSuppressAutocorrectionAndAutocaptializationInHiddenEditableAreasForHost

> Quirks::shouldSuppressAutocorrectionAndAutocaptializationInHiddenEditableAreas

Even with modern IDE's with autocomplete, I wonder if such long names for variables, methods, classes etc. should be encouraged?

◧◩
2. MBCook+IP[view] [source] 2022-10-15 01:59:50
>>webmob+bt
I like it, though I’m used to Apple library function/constant/class names so I’m not surprised the way some might be.

As an exercise: what would you name it that’s shorter?

I’m having trouble thinking of anything that doesn’t make it seriously compromise the clarity unless you had a lot of autocorrect and autocapitalization problems and could shorted that part to AandA.

The only other option, which I do t really like, is to strip all the info and call it something like isBug315255() and put a comment in the function explaining it. But that’s a big loss in my eyes.

[go to top]