• 23 Posts
  • 518 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle





  • These days we have to expect many projects will have them. It’s really a question of how responsibly and carefully AI is used. Some people just throw in their requirements, have the AI spit out code, do a cursory check to see if it seems to work, and that’s it. Other people take responsibility for the architecture and the code quality, using AI in a focused way and reviewing the results carefully. I’d look at the quality of the architecture and code before judging. I confess I have not done that yet with this one; I just thought it sounded potentially interesting.

    There are quite a few ways to write web applications with Rust these days, and while this sounds like it has potential, I’d still pick frameworks that are a little more mature for my own projects.



  • It takes a lot of practice and patience. Even for experienced programmers it can be a slow process and full of missteps. One of the main skills is to be patient and methodical enough to figure out why something doesn’t work. Don’t be discouraged or impatient, and don’t be tempted to get AI to do it for you or to find your mistakes. You can use AI later but it isn’t a good idea when you’re trying to learn the skills. Try to do it yourself and, when it doesn’t work first time, take time to figure out why. Then do this lots more times.

















  • It’s not easy, particularly if you developed it and have spent months immersed in all the detail. To emerge from that and imagine coming to it as a new user is pretty hard. I don’t have much to add but I like your advice. I need to rewrite the docs for one of my projects and I’ll be bearing your points in mind.

    Maybe one other point I’d add is: have a clear idea of who you’re writing for, and have different levels and styles of documentation for different types of users. Don’t try to satisfy everyone in the same document. Divide the documentation up by intended readership.