• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle
  • Thanks, you comment definitely makes me want to try Rust.

    Could you tell me, can I use Rust as general purpose application language? Something like: create small executable app (win,unix,mac) that read some files, and do something with it, create GUI app that connects to DB and do something with it, etc?


  • Rust has gained immense popularity for its ability to help developers write robust and efficient code without sacrificing ease of use.

    Rust’s unique features and design principles grant it several advantages over other programming languages

    I don’t want praise and ads, I want honest and clear points: what good and what not so good.




  • Erm. Duplication of code is ok. Removing absolutely every duplicate function is just premature optimization imho.

    If you have two different customers with slightly different workflow then go ahead and create two mostly the same functions. When you will have 4 different customers with slightly different workflow, then its a time for refactoring, maybe extract basic same functionality into separate function/object, maybe introduce dynamic workflow using finite automata, maybe extract these functionality to separate modules… but never do it prematurily.

    Imho, sometimes ,removing of duplication very much increases complexity and code became hard to understand and hard to modify.



  • DeelytoWeb DevelopmentWeb Development as a Career?
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 year ago

    A 6ish% unemployment rate isn’t terrible.

    What bothers me is that this number is across industry, its not like people can easily move to other company, because other companies also had layoffs. At least I have this feeling from reading comments from people that can’t find job for half a year on HN and reddit.




  • DeelytoProgrammingDear past me, use the flags
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    Hm, I still not sure about this article lesson.

    So, main issue is that users of old version can use new feature, but they should not? On a desktop app? But why they sould not be able to do it in the first place?

    I mean idea is good, but situation described in article looks like completely fictitious or incomplete…


  • DeelytoProgrammingThe Fall of Stack Overflow
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    If SO supposed to be wiki, then why there no clear way to update the answer with new information? Why only the person that asked the question can mark answer as correct? Clearly some person with more expirience should have possibility to mark answer as correct.





  • DeelytoGitWhy SQLite Does Not Use Git
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I understand you point of view, but honestly it will be good to have possibility to quickly check 'commit successor in a graph view from a phone.". I’m working with quite legacy systems (15-20yo) and sometimes, when I have some ideas about resolving some issues it will be good to quickly check backward and forward histories of commits around to verify something…

    Thats not a dealbraker at all but it will be nice to have.


  • DeelytoGitWhy SQLite Does Not Use Git
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Most of the visualization problems are solved by a decent desktop client.

    From article:

    I am told that Git users commonly install third-party graphical viewers for Git, many of which do a better job of showing recent activity on the project. That is great, but these are still more third-party applications that must be installed and managed separately. Many are platform-specific. (One of the better ones, GitUp, only works on Mac, for example.) All require that you first sync your local repository then bring up their graphical interface on your desktop. And even with all that, I still cannot see what I typically want to see without multiple clicks. Checking on project status from a phone while away from the office is not an option.