Open rvolosatovs opened 2 years ago
So what does std-latest
do? It's not a very descriptive name.
So what does
std-latest
do? It's not a very descriptive name.
It gives you the latest Enarx release version. Another common term for this is "tip", e.g. https://tip.golang.org/
Would "tip" be more descriptive?
Would "tip" be more descriptive?
Probably. Otherwise, it looks like you're adding the standard library in the Codex.
From a user perspective, the name of the example should describe what the user would hope to learn from the example. If the goal is to demonstrate a TLS connection, then the name should reflect that.
Add an example doing outgoing TLS connection, it does a request to GitHub and prints the latest Enarx release name to STDOUT
This PR includes a commit from #51 , because that PR should have been reviewed and merged by now