Comments on: Brevity Is Beautiful https://betterexplained.com/articles/brevity-is-beautiful/ Math lessons that click Fri, 21 Jan 2022 16:43:35 +0000 hourly 1 By: K Tiger https://betterexplained.com/articles/brevity-is-beautiful/#comment-333712 Fri, 30 Sep 2016 16:41:49 +0000 http://betterexplained.com/?p=620#comment-333712 I love the analogy! Spot on and makes the concept easy to understand.

]]>
By: Abhishek Sachan https://betterexplained.com/articles/brevity-is-beautiful/#comment-333666 Tue, 20 Sep 2016 12:12:04 +0000 http://betterexplained.com/?p=620#comment-333666 In reply to My Mind Leaks.

It should be resisted to take ‘brevity’ only as “the art of making something short”. Instead, It should be taken as “the art of conveying information in simplest and most readable (relative to the mass audience) form”. In case of programming, there’re a lot of ways to produce (effectively) same binary pattern which is what matters to the machine. You can’t trust that the code you write is what machine reads, compilers could manipulate it the way they want. In other words, your code is a medium of communication of ideas between you and other programmers more than it is the same between you and the computer (https://twitter.com/getify/status/747005854243684352 ).

]]>
By: Abhishek Sachan https://betterexplained.com/articles/brevity-is-beautiful/#comment-333665 Tue, 20 Sep 2016 12:11:51 +0000 http://betterexplained.com/?p=620#comment-333665 In reply to My Mind Leaks.

It should be resisted to to take ‘brevity’ only as “the art of making something short”. Instead, It should be taken as “the art of conveying information in simplest and most readable (relative to the mass audience) form”. In case of programming, there’re a lot of ways to produce (effectively) same binary pattern which is what matters to the machine. You can’t trust that the code you write is what machine reads, compilers could manipulate it the way they want. In other words, your code is a medium of communication of ideas between you and other programmers more than it is the same between you and the computer (https://twitter.com/getify/status/747005854243684352 ).

]]>
By: Kathleen Wolf https://betterexplained.com/articles/brevity-is-beautiful/#comment-333094 Thu, 30 Jun 2016 03:18:06 +0000 http://betterexplained.com/?p=620#comment-333094 I believe that you really do have to be extremely careful when describing math concepts because not everyone (ok, let’s say the majority of people, to avoid the “corner cases”) does have the same baseline of knowledge, and the same understanding of each word in the English language. Similarly, some people do indeed require more examples than others, thus some people might actually have a need for that 200 page reference book.

]]>