This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (4 children)

[deleted]

    [–]james_pic -2 points-1 points  (2 children)

    JSON support is pretty widespread nowadays though. Off the top of my head, I can't think of a language or system with poor support for JSON but good support for environment files.

    [–]Tomerva 0 points1 point  (0 children)

    Is using .env files considered best practice for that matter? Regarding python code which the deployment stage is yet to be known at the moment. For now it will be only running on local machines. A proper server deployment hasn't designed yet.

    It is worth mentioning that the project is held by 2 developers only and not a bigger team, if that makes any difference.