From: Thomas Walker Lynch Date: Tue, 5 Nov 2024 02:28:10 +0000 (+0000) Subject: updating project structure X-Git-Url: https://git.reasoningtechnology.com/style/static/gitweb.js?a=commitdiff_plain;h=aac7cff2208b71798aea2ff31118e2f69b5e7a54;p=Ariadne updating project structure --- diff --git a/developer/document/variable_suffix_conventions.txt b/developer/document/variable_suffix_conventions.txt index e5ef76e..e3ad587 100644 --- a/developer/document/variable_suffix_conventions.txt +++ b/developer/document/variable_suffix_conventions.txt @@ -15,9 +15,13 @@ Instead of making a variable name plural, add the interface qualifier. ## Always a good idea to use these when working with files - `_fp`: Refers to a file path. The part after the last slash is a file name. + +- `_afp`: Refers to an absolute file path. - `_dp`: Refers to a directory path. By convention, the value ends in a slash. +- `_adp`: Refers to an absolute directory path. + - `_fn`: Refers to a file name. Value has no slashes. - `_dn`: Refers to a directory name. Value has no slashes. diff --git a/developer/temp b/developer/temp deleted file mode 100644 index b626df8..0000000 --- a/developer/temp +++ /dev/null @@ -1,42 +0,0 @@ --------------------------------------------------------------------------------- -javac/LabelList.java: -package com.ReasoningTechnology.Ariadne; -import java.util.ArrayList; - - public class LabelList extends ArrayList