Mark

Results 32 comments of Mark

Yes, this would be very useful! There are some minor ux/design questions regarding how and when display the deep-linked content after installing the application and starting it the first time....

I managed to make lerna work with our codebase, and it went surprisingly well. The real question is how much does it effect the everyday development. I don't think it...

related to #21

partially solved by #103

@agazso can you describe the current state of the CI in relation with the above goals?

## Levels of tests ### Unit tests [React/Redux](https://blog.pragmatists.com/genuine-guide-to-testing-react-redux-applications-6f3265c11f63) - components (example: https://github.com/agazso/postmodern/blob/master/test/components/CardTest.tsx#L55) - reducers - action creators (pr about non-working test: https://github.com/agazso/postmodern/pull/125) ### Integration tests Same link as above contains...

I don't have a strong opinion anymore in a big portion of these questions, the reason is that many of these standards come from other languages, and in javascript the...

- code structure: this is something which is best if works organically, we just have to lay down the general idea behind it. But I doubt there would be many...

continue discussion from https://github.com/agazso/postmodern/pull/151 about returning `SomeValue | undefined` We should consider using the pattern mentioned here: https://basarat.gitbooks.io/typescript/docs/javascript/null-undefined.html or using `Maybe`?