sktguha's comments

sktguha | 5 years ago | on: Show HN: For VSCode, code snippets in Node.js instead of static code snippets

The idea is similar to code snippets in vscode, but here the difference is you can specify any arbitrary node.js script to run.

So if you select some text in vscode and press a shortcut key , your script is given the selected text as first argument(and other options in second argument like absolutePath etc) and whatever is returned from your script , the selected text will be changed to that value

sktguha | 5 years ago | on: Things I Was Wrong About: Types

you could possible write an IDE plugin that hides the types information and only show them on hover etc. I don't think this reason is that strong of a point IMHO.

sktguha | 5 years ago | on: New JSX Transform

I mean of course, that would be nice. But the thing is modern editors like vscode will automatically convert class statements to className if you copy paste plain html from elsewhere. Don't know about other attributes though.

sktguha | 5 years ago | on: Traits of good remote leaders

How did you work remotely without screen sharing and all ? I mean what if the need to something similiar to screen share arose ?

sktguha | 5 years ago | on: Ask HN: As a developer what are your aha moments?

>event sourcing is almost never a good idea

Wait isn't event sourcing the fundamental principle of redux ? And redux is the most popular UI state manager library out there. and why you feel event sourcing is not a good idea ?

page 1