Goktugyil

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 3
-
-
-
-
Goktugyil created a post, Refactor/Move attempts to moves files instead of functions
I'm trying to move a simple static function that is called from a lot of places, from 1 file & class into another file & class. Right now when I do the interface I get is about moving the whole cl... -
Goktugyil created a post, Typescript: Webstorm types vs npm @types? Use which one?
What is the difference between: Preferences>Languages & Frameworks>Javascript>Libraries>Download Typescript Community Stubs and npm install @types/node --save-dev Which one is preferred in a Webs... -
-
Goktugyil created a post, Typescript coverage %
I'm using "devDependencies": { "@types/jasmine": "2.6.3", "@types/node": "8.0.50", "jasmine": "2.8.0", "jasmine-core": "2.8.0", "karma": "1.7.1", "karma-chrome-launcher": "2.2.0", "karma-cov...