by huhnmonster on 9/21/20, 6:01 PM with 1 comments
To give an example: I wrote a lot of automation for a bunch of analysis that run on a daily/weekly basis. I always try to do as much as possible in our data warehouse, but some things just cannot be done there, so I had to resort to excel until now. This requirement has changed now. I do not have deep domain knowledge, but I have a pretty good idea what the things I implemented are doing, so that is not a problem.
My goal over the next couple of weeks is to rewrite most of my automation without excel. I have access to a C# compiler (Shipped with windows - up to C# 5.0 ), PowerShell, can probably get some form of local version control from IT and have access to VS Code. I was trying to plan out how to best do it.
What are some things you guys have learned over the years? What are the gotchas?
Edit: I do program a lot in my spare time, so I am not starting from scratch, but I do not come from a CS background.
by dvtrn on 9/21/20, 6:18 PM
You mentioned not coming from a CS background, but a Git provider may be able to help you with this. Github and Gitlab[1,2] are quite popular and easy enough to get started with. Of course you don't have to push your code to a remote repository, a local .git repo will be fine (just back it up somewhere)[3].
[1] https://docs.github.com/en/github/getting-started-with-githu...