What is the difference between checking flow and flow?

I don’t quite understand what flow checkit does only with help flow. The start flowseems to start the server and checks all the code. Subsequent executions are flowfaster due to a running server. flow checkalso seems to perform a full code check, but without a server.

Is there anything else like that?

+4
source share
2 answers

Yes, you seem to get it!


flow serverperforms a full code check from scratch. After that, it tracks changes and gradually checks your code when it changes.

flow startbasically works flow serverin the background.

flow check - , flow server, , , , .

flow status flow server . , flow start, .

flow ( ) flow status

+8

: flow check .

, , flow flow check . , flow, flow-typed , flow check.

0

Source: https://habr.com/ru/post/1650952/


All Articles