I have added some docblocks and performed some re factoring as I was looking around the code to check if the docs were correct. Some of this was making certain statements more idiomatic but mostly it was renaming. I found a lot of the code had long fully qualified names and duplicate words once the package identifier was included, i.e. devcontainer.FindDevContainer. I know naming is very subjective so I only changed what I thought was awkward to read.
@pascalbreuninger Just finished updating this PR, all of your comments but one should be addressed, including name changes :) Just one remark on your comment, let me know what you think and if I should remove
I have added some docblocks and performed some re factoring as I was looking around the code to check if the docs were correct. Some of this was making certain statements more idiomatic but mostly it was renaming. I found a lot of the code had long fully qualified names and duplicate words once the package identifier was included, i.e.
devcontainer.FindDevContainer
. I know naming is very subjective so I only changed what I thought was awkward to read.