Write a blog post about the process of working on this new feature using remotes. First, how did the code itself go? Did you run into any problems? How did you tackle the work? Second, how did it go using git? Did you find any of it difficult? How did you get around this? What would you do differently next time? What did you learn from the experience?
This week, the support for the new feature to my simple SSG(Static Site Generator) program is the main goal, which is to add -c
or --config
flags to accept a file path to a JSON config file.
I was helping a same project that is written in C#. I took
Top comments (0)