The POSH Style vs. Easy Code Showdown
Difference between en1 and en2, changed 14 character(s)
Recently I really got disheartened by seeing some code written by redcoders. Why they write POSH style code which nobody understands or at least hard to understand instantly? Is that really necessary? ↵

can you understand this for loop in one go? ↵
~~~~~
`for(i=(B<2?2-B:0); i<res; ++i){`
~~~~~

I think no.↵

- Code should be easy to understand for all↵

Hail to easy code...↵
==================

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English int_Jak 2023-09-12 07:18:52 14
en1 English int_Jak 2023-09-12 07:17:39 437 Initial revision (published)