> -----Original Message----- > > The most important thing is that the code would become READABLE. People > could actually post snippets and everyone could see what they do, without a > difficult reverse engineering effort.
Well some code gets the job done better when ignoring readability. Maybe what's needed is maximizing complexity while maintaining readability, or ease with which complexity is expressed. I prefer to compact complexity into fewer characters to have less eye movement and more mental focus. Good code is thinking before you type. The implementation of LINQ is a good example of this. Complex things can be expressed densely with LINQ. John ------------------------------------------- AGI Archives: https://www.listbox.com/member/archive/303/=now RSS Feed: https://www.listbox.com/member/archive/rss/303/21088071-f452e424 Modify Your Subscription: https://www.listbox.com/member/?member_id=21088071&id_secret=21088071-58d57657 Powered by Listbox: http://www.listbox.com
