Gitmoji: Which gitmoji use when updating a data.json file?

Created on 18 Jun 2020  ยท  4Comments  ยท  Source: carloscuesta/gitmoji

Hello @carloscuesta :sunglasses:!


I often have in my web projects lots of dummy .json files in a /data folder that I used when I don't have implemented the API. There are here so I can make local request and see the behave of my frontend app:

โ”œโ”€โ”€ data
    โ”œโ”€โ”€ get_products.json
    โ”œโ”€โ”€ put_products.json
    โ”œโ”€โ”€ currentusers.json

In many case I need to update them (ex: add a new user) but I never know exactly which gitmoji to use in this case. In most case I use ๐Ÿ’ฌ Adding or updating text and literals. but it's not just text as it is data. Would it make sense to add a new gitmoji for theses types of 'local' API often used for project in construction or for mocking APIs?

discussion

Most helpful comment

Hello, I think :card_file_box: is appropriate for this use case, we could eventually rename database to data but it seems clear enough for me already.

All 4 comments

Depending on the nature of the json file, I tend to use either: :bento: :card_file_box: :speech_balloon: :wrench: :sparkles: (:sparkles: is kinda a fallback :sweat_smile:)

While on the case of serving as a placeholder for the API, I think I'd use the :clown_face:, considering this use case, I'd just use :clown_face: and not look back haha.

Do you have any other use case for adding a "adding or updating static data" or something?

Hello, I think :card_file_box: is appropriate for this use case, we could eventually rename database to data but it seems clear enough for me already.

@KaKi87 Yep probably it makes more sense to use ๐Ÿ—ƒ๏ธ (I was using ๐Ÿฑ) ๐Ÿ‘ I would not change the description of this gitmoji personally

To conclude, I think this issue is resolved and can be closed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kevin-dedaniya-rcrm picture kevin-dedaniya-rcrm  ยท  11Comments

mikemarsian picture mikemarsian  ยท  14Comments

johannchopin picture johannchopin  ยท  15Comments

vhoyer picture vhoyer  ยท  16Comments

kevtan picture kevtan  ยท  12Comments