![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://programming.dev/pictrs/image/8140dda6-9512-4297-ac17-d303638c90a6.png)
deleted by creator
deleted by creator
I’m going to preorder monster hunter wilds, I’ll be it the day before and pre-download it. Does that count?
My brother in Christ, this isn’t a crate, it’s a programming language written in rust.
The best way to learn is to just do it! When I’m starting out with something I generally have a few ideas of basic things I could do with it, generally that’s making simple CRUD apps (when I started using Axum I made a simple API that returns json from a file directory as long as the directory is formatted as: /type/name. Then I went and made a website using vanilla js/html/CSS and made everything run using the backend).
This second project is great because there’s always something else I could do like auth, like not doing a post and redirect to the same page for updates, like creating dynamic client & employee pages, like using an actual db instead of a script to make CSV files as a db. IMO, THIS is where you learn things.
Sony owns Bloodborne, Miyazaki can only be as involved as Sony allows. No way an exec doesn’t know this lol.
I didn’t see it mentioned but you could remove all trailing & leading whitespace with:
input = input.trim();
Instead of using replace.
Also, a funny side effect of game programming is that loosely coupled components like this can make development harder. If it doesn’t need to be split like this, you probably shouldn’t.