<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Software Management on Bas-Man's Musings</title><link>https://bas-man.dev/tags/software-management/</link><description>Recent content in Software Management on Bas-Man's Musings</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 14 Apr 2021 15:25:30 +0900</lastBuildDate><atom:link href="https://bas-man.dev/tags/software-management/index.xml" rel="self" type="application/rss+xml"/><item><title>Manage Rust Code by Breaking it Up</title><link>https://bas-man.dev/post/rust/manage-rust-code-by-breaking-it-up/</link><pubDate>Wed, 14 Apr 2021 15:25:30 +0900</pubDate><guid>https://bas-man.dev/post/rust/manage-rust-code-by-breaking-it-up/</guid><description>&lt;p&gt;We often start small coding projects, and we often tend to start them off in a single file. But sometimes, the project naturally grows larger and more complex. The code thus becomes more difficult to manage in a single file.&lt;/p&gt;
&lt;p&gt;At these times we often need to break the code up across multiple files so that we can focus on a particular functionality. This is where I found myself as I am toying with my SPF code.&lt;/p&gt;</description></item></channel></rss>