HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nooee

no profile record

comments

nooee
·6 tháng trước·discuss
Unpopular opinion, but I find Liquid Glass incredibly satisfying (I set it to Tinded though). The transitions are just really well done. The glass effect itself is a fun gadget, but unnecessary. I dislike how it must waste my battery. Give me the transitions of Liquid Glass with a basic frosted glass material and I would be perfectly happy, but the current state is fine too.
nooee
·6 tháng trước·discuss
Also note, that after Uncle Bob's refactoring, you now have six additional functions floating around, which may or may not make sense outside of the context of their original caller. This can make the API surface of your class (even if it's just the internal one) harder to grasp and it invites other devs to reuse code that was never intended for reuse, creating unintended couplings. That's mainly a problem for languages that don't allow nested functions though. But in Java, I am sceptical of excessive function creation for the sake of self-documenting code, unless maybe it's in the context of a command pattern, where the whole class only has one obvious function anyway.
nooee
·6 tháng trước·discuss
It's also worth mentioning that Apple contributed hugely to Flash's eventual defeat by not supporting it on the iPhone.