picostitch
crafting (and) JavaScript

Articles tagged with #c (8)

C# has a way better expression for what we write in JavaScript like so obj.method && obj.method() and in C# you can do obj?.method() which is pretty slick I think. See this video (in german) for a short explaination.