weirdAAL icon indicating copy to clipboard operation
weirdAAL copied to clipboard

Naming convention

Open cktricky opened this issue 6 years ago • 0 comments

Making sure to leave a note re: @carnal0wnage and I's discussion last night re: conventions.

Background: Now that we have both GCP and AWS functionality we might have a situation where a method is named the same between the two. So imagine a GCP method named module_do_something and an AWS module named module_do_something. This would be less than ideal.

So going forward, our thoughts were to do one of the following:

  • module_aws_do_something and module_gcp_do_something (prepending module_<cloudservice

  • aws/module_do_something and gcp/module_do_something

Anyways, recording this conversation in case we need to figure out later why we chose whatever convention we go with (which - I believe we're leaning towards module_aws_ or module_gcp_ 👍

cktricky avatar Sep 26 '18 13:09 cktricky