Code: Show/Hide ... a, b = b, a+b |
| Mr Ekted wrote: |
| Yes. And I'm saying it is silly to code that way just because you can. It is confusing. |
| Dr Brain wrote: |
| Perl coders should be rounded up and shot. |
| Mine GO BOOM wrote: |
| I take it you just l o v e perl and viewing other people's code? |
| Mr Ekted wrote: |
| Yes. And I'm saying it is silly to code that way just because you can. It is confusing. |
| Dr Brain wrote: |
| C, C++ and Java aren't assembly languages. |
| Cyan~Fire wrote: |
| And Ekted, what if someone makes some crappy app but it's open-source? You should remake it yourself instead of modifying his code? |
| Ekted wrote: |
| or take all the code and reformat it to your style (then you have to do it all yourself) |
Code: Show/Hide x, y, z = (1, 2, 3) |