Michael Solomon

Results 282 comments of Michael Solomon

I prefer the factory approach. it's cleaner and remove irrelevant/repetitive LOCs from the test. Also, I want to "call and raise" this idea. What I'd really like, is a declarative...

It get only values you want.. (otherwise it will take the default values) And it creates the resources for the test.

LGTM we can also use [nano id](https://github.com/ai/nanoid/) instead

Wow, this is amazing!!! Kudos! 1. I'm fine with `Integration Tests Best Practices`, this is a broad topic already IMO and if we want to add other topics we can...

I think that we don't need to duplicate the `basic-tests` for every variation. we just want to show how our startup technic is working with various libraries. so we just...

I'll try to figure it out

@gene-pavlovsky Thanks! I think that is able detect deprecated: https://github.com/mikicho/NodeDocsCrawler/blob/master/src/NodeDocsCrawler.hx#L29 I don't remember about removed... And didn't see un-deprecated things.

@Gama11 I tried to apply `ts2hx` on [node definition files](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) and I get the following error when tried to convert the `index.d.ts` file: ``` PS E:\projects\haxe\neko\ts2hx> neko .\run.n tsTestFile\index.d.ts Called...

@mundusnine why use AST is better than the json docs?

@mundusnine hm.. Nice, IMHO, here we are trying to ease the pain of nodes extern specifically, so if we already have a great official json documentation , I think we...