You are viewing a single comment's thread from:
RE: TravelFeed Curation Post Helper
Thanks for the review! A few questions:
monday title
is not the actual title but an example from the sample configuration file. We use our own configuration (see below) in production which does not belong in the repository, but I thought it would be better to provide an example configuration instead of having contributors figure out by themselves which structure the configuration file should be in. Should I leave out example configurations in future contributions?
- What does "coding choices" mean for a simple script like this? Should I explain why I chose beem over steempy or sqlalchemy over some lesser used alternative?
- How detailed would you expect comments to be? In a relatively simple script like this using clearly understandable names, I personally find that more comments than necessary don't improve the ease of understanding the code.