liurenjie1024 opened a new issue, #47:
URL: https://github.com/apache/iceberg-rust/issues/47

   1. Should we add a make file to group commands to improve developer 
experience?
   
   I want to enter some commands such as `make check` to run fmt, clippy, tests 
together so that we don't need to run them one by one before submitting pr.
   
   2. If we agree on 1, should we use makefile or justfile?
   
   The advantage of makefile is that `make` command is ubiquitous.
   
   The advantage of justfile is that [`just`](https://github.com/casey/just) 
command is more modern. But it requires developer to install it.
   
   cc @JanKaul @Xuanwo @nastra @ZENOTME @Fokko Welcome comments


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to