30 Matching Annotations
- Sep 2024
-
-
I've explored these projects: Reform Mutations Interactor dry-rb
-
-
-
Such gems like Memoist override methods. So, if you want to memoize a method in a child class with the same named memoized method in a parent class — you have to use something like awkward identifier: argument. This gem allows you to just memoize methods when you want to.
-
- Apr 2024
-
www.perplexity.ai www.perplexity.ai
-
Perplexity is a tool that you use, not an AI you talk to.
-
- Jan 2024
-
www.atlassian.com www.atlassian.com
-
It’s a shift in mindset where the question changes from "were we busy doing the tasks?" to "did we move the needle for our organization to thrive?"
-
- Jun 2023
-
interblah.net interblah.net
-
If we hand most, if not all responsibility for that exploration to the relatively small number of people who talk at conferences, or have popular blogs, or who tweet a lot, or who maintain these very popular projects and frameworks, then that’s only a very limited perspective compared to the enormous size of the Ruby community.
-
- Sep 2022
-
github.com github.com
-
Multiple different people have been discussing multiple different problems, and asking for examples of the other problems, talking past each other and generally this thread got to an unreadable point due to this confusion.
-
- Apr 2022
-
www.google.com www.google.com
-
Please keep in mind that your definition of “unsolicited” or “unwanted” mail may differ from your email recipients’ perception. Exercise judgment when sending email to a large number of recipients, even if the recipients elected to receive emails from you in the past.
-
- Feb 2022
-
stackoverflow.com stackoverflow.com
-
Coming from a functional programming background, I feel there is a profound distinction between function and method. Mainly methods have side effects, and that functions should be pure thus giving a rather nice property of referential transparency
-
I agree it might be nice if "function" and "method" meant what you wanted them to, but your definitions do not reflect some very common uses of those terms.
-
- Sep 2021
-
webapps.stackexchange.com webapps.stackexchange.com
-
In principle, one can type these directly but you'd have to know the Unicode code points
-
- Apr 2021
-
unix.stackexchange.com unix.stackexchange.com
-
2 out of 3 people in my household do not find it easy to understand. Maybe that is is not representative, but keep in mind that something you yourself understand (or in this case think you understand) always seems easy.
-
-
medium.com medium.com
-
“It is less clear that way” — that is just arbitrary, even uninformed. There is nothing clearer about def self.method. As demonstrated earlier, once you grasp the true meaning of it, def self.method is actually more vague as it mixes scopes
-
-
store.steampowered.com store.steampowered.com
-
It is also the first game I've seen whose icon for "mute" is not a crossed-out speaker/note, but a symbol for "pause" in musical notation...
-
- Mar 2021
-
github.com github.com
-
I agree about lack of maintenance. It's probably because people use more and more Webpack.
-
- Feb 2021
-
en.wikipedia.org en.wikipedia.org
-
despite initially appearing to be an appropriate and effective response to a problem, has more bad consequences than good ones
-
-
github.com github.com
-
The assert method is used by all the other assertions. It pushes the second parameter to the list of errors if the first parameter evaluates to false or nil.
Seems like these helper functions could be just as easily used in ActiveRecord models. Therefore, they should be in a separate gem, or at least module, that can be used in both these objects and ActiveRecord objects.
-
-
www.sitepoint.com www.sitepoint.com
-
They are a nice idea, but in practice
-
- Oct 2020
-
stackoverflow.com stackoverflow.com
-
Library author here. I'm always fascinated by new ways people can invalidate my assumptions. I mean that in a sincerely positive way, as it results in learning.
Tags
- invalidating one's assumptions
- sincere
- assumptions
- learning from others
- different way of thinking about something
- can't support everything / all cases
- testing/challenging one's assumptions (either validating or invalidating them)
- author of software answering questions in community (support)
- they've thought of everything
- not considering all use cases
- surprising
- not:
Annotators
URL
-
-
final-form.org final-form.org
-
Wondering how to get field state from multiple fields at once? People coming from Redux-Form might be wondering where the equivalent of Redux Form's Fields component is, as a way to get state from several fields at once. The answer is that it's not included in the library because it's so easy to write one recursively composing Field components together.
-
-
www.npmjs.com www.npmjs.comhyperx1
-
This module is similar to JSX, but provided as a standards-compliant ES6 tagged template string function.
-
-
tech.ebayinc.com tech.ebayinc.com
-
And as an aside, I’m definitely in favor of more debates than sessions in future conferences, since we actually learn more by hearing multiple viewpoints.
-
-
-
About the argument against it, "{@const will make code less consistent ": I think the same is true now, since people can come up with very different ways of dealing with the "computed value inside each loop/if function" problem. Some extract components, some use functions, some will prepare the array differently beforehand.
-
it also allows for more divergence in how people write there code and where they put their logic, making different svelte codebases potentially even more different due to fewer constraints. This last point is actually something I really value, I read a lot of Svelte code by a lot of different people and broadly speaking things look the same and are in the same places.
Tags
- different way of solving/implementing something
- good point
- convention
- strong conventions resulting in code from different code bases/developers looking very similar
- programming: multiple ways to do the same thing
- idiomatic pattern (in library/framework)
- idiomatic code style (programming languages)
- uniformity
- software development: code organization: where does this code belong?
- Svelte: @const
- consistency
Annotators
URL
-
- Sep 2020
-
-
I'm just pushing on the "is this really a good idea" front
-
-
docs.google.com docs.google.com
-
By the way, stuff like this is why I can’t quit Twitter even though I’d like to — we get to witness, and be part of, conversations like these between world-class programmers like Yehuda and Sebastian. It’s pretty cool!
-
- Jul 2020
-
-
The carefully crafted Medium story can give the appearance that- at the nadir of your professional life- you are above it all, you are concerned about others, and you are a soulful human being moving on to an even more lucrative future.
-
- May 2020
-
www.iubenda.com www.iubenda.com
-
Territorial point of view
-
- Apr 2020
-
en.wikipedia.org en.wikipedia.org
-
the Add functions seem to work generically over various types when looking at the invocations, but are considered to be two entirely distinct functions by the compiler for all intents and purposes
-
- Mar 2020
-
www.forbes.com www.forbes.com
-
Even one day a week out of the office might allow each employee to see their work in a new light.
-