Author Topic: How do you prefix the name of your TI-BASIC programs?  (Read 5916 times)

0 Members and 1 Guest are viewing this topic.

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
How do you prefix the name of your TI-BASIC programs?
« on: June 09, 2010, 07:50:24 am »
Since in the z80 calculators there aren't folders unless you use some shell like DoorsCS, I prefix the name of my TI-BASIC programs for easier access.

Here are my prefixes:
A - easy access to execute because they appear first in the programs listing
G - game under development
R - reusable subroutine in a program (generally to Rcl them in a program)
N - notes or nifty programs
U - utilities
T - tools (meh, ends to be the same as utilities)
Z - list in the end of the program list but before Theta. For data programs or subroutines of large programs (games mostly)
Theta - list in the end of the program list

About general organization of programs I always keep a A, A1, A2, A3 programs for experimenting TI-BASIC code and optimization of parts of code.
About groups, I keep backup copies prefixed with CS and suffixed with a number (suggestion from here in the forums).

Now it is your turn.
Hobbing in calculator projects.

SirCmpwn

  • Guest
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #1 on: June 09, 2010, 08:41:18 am »
Err, I don't prefix my programs.  I give them a meaningful name and go by that.  Occasionally I will prefix Axe source code with AXE_____, but I haven't done that as much ever since Axe only shows Axe source code programs in the program list.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #2 on: June 09, 2010, 08:54:17 am »
I only prefix them for easy access. For programs I'm currently working with, they either start with A or theta followed by their name for quick access when I want to edit them.

About general organization of programs I always keep a A, A1, A2, A3 programs for experimenting TI-BASIC code and optimization of parts of code.

I also do this all the time when I'm experimenting or working with things. :D
« Last Edit: June 09, 2010, 08:57:05 am by Art_of_camelot »

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #3 on: June 09, 2010, 11:33:51 am »
I normally don't prefix mine either, but that's probably because I don't have that many programs. When I am programming, though, I do have a tendency to start the names of the programs I am working on with 'A'.
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #4 on: June 09, 2010, 02:44:13 pm »
I generally keep all my prog names as short as I can to save space. I'll usually prefix them with my game acronyms, or something close. Example, Illusiat 13 prefix is I13

In some cases, I tend to call the main launcher prgmA, though
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #5 on: June 09, 2010, 02:46:43 pm »
I use A for quick little temporary programs. :)
Other than that I've only ever used on one other letter: Q  I wanted all of my Elmgon files to show up together and Q was a letter that I'd never had any programs with.  :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #6 on: June 09, 2010, 02:50:27 pm »
Some people also use Theta. I used it in Mana Force series.

I discourage the usage of Theta in variable and program names now, though, because in some cases it's a major PITA to transfer from computer to emulators or from computer to calcs
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #7 on: June 09, 2010, 02:52:25 pm »
H- indicates on calc hex
Z- indicates compiled assembly program
AX/AXE- indicates axe program
A- used for basic testing of coding

thats it. For subroutines, I give them a name that hints at what they do.

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #8 on: June 09, 2010, 02:55:27 pm »
I never used theta cause I have some 300 programs and it takes forever to got to the bottom.  (Even with pressing up at the top.) ;)

Anyway, I Used to use A in front of everything, but then I ended up with about 150 programs starting with A.

I backed up my calc a month ago and it took about 30 mins.

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #9 on: June 09, 2010, 03:00:33 pm »
Oh for map data in BASIC+libs I generally just use I13 followed with a number because it's easier to recall. I just need to use a set of strings and sub() commands. See Illusiat 13 or Metroid II for example.

@Yunhua98 wow 30 mins o.o how much calc mem did you have left?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #10 on: June 09, 2010, 03:24:07 pm »
A: any program I'm working on, generally i only have one project at once and other projects are grouped and ungrouped whenever I feel like working on them

Everything else doesn't have a prefix since basically the only time I'm using the PRGM menu is when testing/editing programs. Games are all hidden and accessed from MOS, and fontsets and 16lvl pictures are accessed from Zstart's menu. Those are pretty much the only programs that I have in mem at once:P (math progs are ungrouped whenever i need them (like SATs) and everything else gets grouped then deleted

Offline TravisE

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 182
  • Rating: +33/-0
    • View Profile
    • ticalc.org
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #11 on: June 17, 2010, 12:09:06 pm »
I didn't really do much prefixing in my Z80 days. One exception later on with the 85/86 was that I started naming subprograms beginning with Greek characters to keep them out of the way, at the end of the list. Other than that, I just gave them names related to what they were.
ticalc.org staff member—http://www.ticalc.org/

Offline tifreak

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2708
  • Rating: +82/-3
  • My Kung Fu IS strong...
    • View Profile
    • TI-Freakware
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #12 on: June 17, 2010, 03:42:11 pm »
Since pokemon is such a large project, I make sure everything else starts with a 'Z' to make sure pokemon is highest up on the list, for easier starting.
Projects: AOD Series: 75% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%

souvik1997

  • Guest
Re: How do you prefix the name of your TI-BASIC programs?
« Reply #13 on: June 17, 2010, 08:07:13 pm »
I prefix axe source with "X", as in "XMULTIBL". I also prefix programs used for code testing with a _theta_.