Because we as programmers need to know how to progam: learning trumps all. Thus: learning > biz > user > ops > maintainer > author There was that bit dev > * meaning resume-driven development, but in reality it is learning > * And that's the conflict programmers experience in corporate structures, for example the hassle programmers experience when they interview for a position. Employers know it too but they try to s…
Code is run more than read
191–200 of 325 posts
Re: Code is run more than read
#192Earlier quoted context omitted.
My gripe with most programmers that they keep re-learning the same narrow set of skills while ignore the rest that actually makes someone a efficient expert.
It's surprisingly easy to have one year of experience despite working for ten years.
Re: Code is run more than read
#193Earlier quoted context omitted.
The infinite sum of powers of 2 indeed diverges in the real numbers. However, in the 2-adic numbers, it does actually equal -1. https://en.wikipedia.org/wiki/P-adic_number
Eh, P-adic numbers basically write the digits backwards, so "-1" has very little relation to a normal -1.
Re: Code is run more than read
#194Earlier quoted context omitted.
I've been calling the thinking of the parent "trickle-down devonomics": that by making the code better for the user, the benefits will trickle down to the users. Obviously, as the name suggests, that never happens. Devs get the quality of life and users end up paying for our disregard.
Loved the analogy. Also tracks with the fact that devs hold all the power in the user x dev relationship. > that by making the code better for the user, Did you mean the dev ?
Re: Code is run more than read
#195A punch is a punch. Software is about getting used. (I swapped user with used, IME user can mean different things to different people)
Re: Code is run more than read
#196Re: Code is run more than read
#197Re: Code is run more than read
#198I'd like to point out that a mature/legacy codebase contains every example listed under the "smell" section of the article, sometimes even within the same file. This creates a great deal of complexity to unwind beyond the mere coding of it all.
Re: Code is run more than read
#199Code is run more than read. Code is read more than written. Code is written more than ...?