Skip to content
#

idiomatic

Here are 26 public repositories matching this topic...

mvdan
mvdan commented Mar 18, 2020

Some examples:

chan (int)
f((3))

We don't want to do this in all cases where a parentheses is unambiguous, though. For example, within binary expressions like (foo && bar) && baz it can help readability and maintainability, even if the parentheses don't actually change the evaluation.

enhancement good first issue
ansible-test-gh-action
klando
klando commented Nov 17, 2021

Felix Fontein clarified a point about docker imageS and (target) python versionS in ansible-test: it's either one or the other, but using a named docker image + a specific python target is not of interest (the default docker image is the one to use for testing with several python target).

I didn't understood that before...

As a consequence it might be of interest to outline that in this Acti

documentation enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the idiomatic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the idiomatic topic, visit your repo's landing page and select "manage topics."

Learn more