Ryan Cole

Results 16 comments of Ryan Cole

Here are two examples. The first schema does not have an `anyof` block. The first section is the schema, the second is the document used as input, and the third...

What's the reason behind having a directory file descriptor and a path?

The README might need to be moved under the `.github` directory. If we no longer use Jenkins will we need anything in the `config` directory? And if so, is there...

Some of the functions already have a comment at the beginning of the function that looks like this: ``` def do_action(self, provision_data, action='up', run_id=None, tx_id=None): """ This function takes provision_data,...

I see, I thought you meant that we needed function-level comments, I misread it. Along the same lines as the function, we should add [type hinting](https://www.python.org/dev/peps/pep-0484/) to the functions as...

It helps to document the code (you know what type of data the developer of the function expects for each variable) and it can be added to linting checks (throw...

As per our discussion in the grooming session today, these comments should be function-level, not file-level

@samvarankashyap This issue will likely be partially resolved by the documentation improvements and the move to Molecule testing. We need to determine whether we really need all of the integration...

This can be closed once #1633 is merged