• 1 Post
  • 48 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle







  • Without getting in to the prices at all, there is something to be said for focus. The diner throws together great food as long as great is “salty and fried”, but when it comes to more complex stuff, they tend to fall down. The large menu means the time and affort to get expert at each dish is much higher, and with any turnover at all just can’t happen. Mom and pop diners can get great at their specialties, but chain diners al_ost always resort to reheating frozen product because of their large menus



  • Both styles have advantages and disadvantages. Fully procedural code actually breaks down in readability after a certain length, some poeple suggest 100 or maybe 200 lines, depending on how much is going on in the function.

    Blanket maxims tend to to have large spaces where they don’t apply.

    Additionally, the place where the code on the right is more likely to cause bugs and maintainability issues is the mutation of the pizza argument in the functions. Argument mutation is important for execution time and memory performance, but is also a strong source of bugs, and should be considered carefully in each situation. We don’t know what the requirements for this code are, but in general we should recomend against universal use of argument mutation (and mutability in general).






  • I feel like, with this reply, you are willfully glossing over my point. The issue at hand is that open source software is short on the ux design expertise. My claim is that by centering the programing expertise, and in fact by not going out of the way to be inviting to the non-programming expertise, open source projects are self-perpetuating these cycles.

    We can find ways to invite good designers in, or we can continue with the “sufficient” design ost projects currently have.

    I’m happy if people have ather strategies for overcoming the current problem, but the current aproach is not doing it




  • that second part is exactly why there is a lack of hci work in the linux space. Hci is a specialty, just like coding is. The standard ask of “create a pr with the code” is asking peopae who don’t typically code to do so, in addition to doing the work of researching the problm, designing a solution, and then testing that solution for suitability.

    Since the only mechanism most open source projects have for accepting contribution is code, and the ask is usually for code, there is never even an opportunity to submit design work.