# In reply to @battery.acid.bubblegum "why would you want": Because it's a mere # copy paste :p # So I can easily structure my works. # A common `types` file I include at the top, without having to put import # everytime I need it in a file # A some utilities I just include when they are needed # And I make my code base flow logically. # The order of include shows what each file requires to work # You know that everything above is available in the file scope # Some definitions # Both X, Y, Z can directly see it include X include Y # Can directly use what is defined in X and show dependences include Z