Viewing profile — 19873287234
19873287234
HN member- Joined
- Mon, Oct 02, 2017, 3:52 PM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About 19873287234
No profile information was provided.
Recent public activity
-
comment
Comment #15385085
No it works without using typescript. I just figures it out through... I have never thought about it. I mean, var p = new Cat();. I am sure it can find the cat definition easy and …
-
comment
Comment #15384956
I really don't think it does that. Most refactoring is not like that. It is about changing things at a deeper level than just the type. I don't think they enhance code readability …
-
comment
Comment #15384923
At a place I worked at once, it was "use Microsoft for everything". So yeah.
-
comment
Comment #15384910
The thing about magical refactoring though is that it often isn't a good idea. You usually don't just change the name of something, but you change it conceptually. If you just let …
-
comment
Comment #15384868
>Tooling is another major argument. vscode seems to figure out the types in javascript without any static typing. >But it is great for refactoring Searching for strings isn't that …