You are viewing a single comment's thread from:

RE: LightDB v0.0.2 has been released

It's a nice beginning. You did well starting with a lightDB as some data are a nightmare to collect (I'm thinking of all the data related to finance)

A few remarks:
Your PR is huge, way too huge. The aim of a pull request is to write a functionality that will be reviewed by someone. Here you basically wrote your entire project. Commit on the master branch you have the same effect.

How do you deal with post modification ?

Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, click here.


Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]

Sort:  

The bad data causes a huge PR. I have to test again and again. :(

Just to nitpick, a PR is not always made so someone else can review it. It is often made on single developer projects to mark major changes in development and so the process can easily be reversed.

Hardly any single developer project is getting PR reviews. It's nice Utopian kind of reviews them a little, but IMO, that is way out of scope of the Utopian project anyway.

Yeah, you're right. I agree one PR needs small as possible and focus on a single feature.
However, the disgusting data made me stuck and deepin quagmire of development. Therefore, in order to shorten the development time, I did not follow the rules.