Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have a folder called Work. Under this folder, I have Projects.</p> <p>Project contains all my developed software, one directory for each one, with a conventional name. Each directory is a full bazaar respository, contaning tags, trunk and branches (heritage of my old svn style, probably I am going to change soon).</p> <p>I also develop specific runtimes for the projects. Each runtime is downloaded and installed via a makefile that downloads and compiles everything is needed (libs, interpreter, and compiler in the worst case scenario that some lib requires a specific version of it).</p> <p>As my job mainly involves small code, I also have a Archived and Outdated subfolders into Project, where I put stuff I don't use anymore (the first) or has been superseded by a better program (Outdated). I never throw away old code, as it could be useful tomorrow.</p> <p>For deployment and use, I have a python script that goes into each Project subdir and download dependencies, compiles everything, and packages it as a nutz file (a sort of jar file for the Chestnut Package Manager utility, also a product of mine).</p> <p>In most cases, however, professionals use IDEs that do everything for them. I don't like this approach because often using and learning the IDE takes more time than doing what I did. The IDEs are implemented with the idea that you have business clients out there and a potentially large software project with a team involved. I am out of this scale at the moment, and to me, using a complex IDE would be like being handed a transatlantic for a nice weekend on the sea. Completely out of scale for my current needs.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload