That’s neat, so TIL ligature in code do actually have a strong following
That’s neat, so TIL ligature in code do actually have a strong following
LGTM. Though do people really code with ligatures turned on?
Edit: Ok so there are some big advocates of ligatures, I’m going to have to give them a second chance. I’ll try for a week, and either way that Fira Code font looks great.
All the oil is doing is helping the pan not boil over while on a high heat as it makes the formation of bubbles at the surface more difficult. So… it kind of helps because you can cook more easily at a high heat but yeah it does nothing for the pasta.
It’s a the right shift assignment operator so
x >>= 4
right shifts x by 4 and assigns the result back to x. The code editor is displaying single double wide symbol (ligature) instead of the three character long operator>>=
, I discovered today these are in fact well loved by some coders.