diff options
Diffstat (limited to 'src/docs/temporary_assignment.txt')
| -rw-r--r-- | src/docs/temporary_assignment.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/docs/temporary_assignment.txt b/src/docs/temporary_assignment.txt deleted file mode 100644 index 195b42cf0d4..00000000000 --- a/src/docs/temporary_assignment.txt +++ /dev/null @@ -1,12 +0,0 @@ -### What it does -Checks for construction of a structure or tuple just to -assign a value in it. - -### Why is this bad? -Readability. If the structure is only created to be -updated, why not write the structure you want in the first place? - -### Example -``` -(0, 0).0 = 1 -``` \ No newline at end of file |
