Jimmy Ruts

Results 15 comments of Jimmy Ruts

Here is a repo with some beautiful README files: https://github.com/matiassingers/awesome-readme What I conclude here is that **bold** is used to emphasize words, not _italic_. The usage of normal, italic and...

@katbow and @lucymonie , if you install node on your ubuntu machine with [nvm](https://github.com/creationix/nvm) you should not run into any npm permission issues. So I am curious why you had...

@eslopes I think this means that serverless is just not the right setup for you. There are many testimonials online where serverless _is_ a good solution and provided them a...

Thanks for the quick response! I am kinda struggling to see where a builder would be easier for testing. Similar to where I have to `create` my object to create...

I would never use a class in the first place when a simple object literal and simple functions can do the job. hence I do not need to create anything...

@msqaddura , in javascript you have the choice to do OOP or functional. And I think you are missing the point. I was trying to find an answer to the...

@msqaddura you lost me at 'superior constructor'. > Favor composition over class inheritance Never would I fall in the trap of extending, so never would I have the issue you...

Typescript is a superset of javascript. Which means plain javascript is valid typescript. The `benefit` that typescript gives you is nice IDE support like auto-completion and compile errors. You could...

@msqaddura really... all I want to do is open a discussion where we could all learn from, yet you fail to address anything I mentioned in my comment and post...

Nvmd, it seems you can just add `beta` in the arguments like I added before. Could you add this in the documentation because I had to look at the code...