Skip to content

Commit 3399709

Browse files
committed
major change
transfer in all changes from the previous sorting attempt, so I can have them in less commits
1 parent 074f993 commit 3399709

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+51
-2
lines changed

.github/shortcuts/create

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Mono auto generated files
1717
mono_crash.*
1818

19-
# Build results
19+
# Build results
2020
[Dd]ebug/
2121
[Dd]ebugPublic/
2222
[Rr]elease/

Notes.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
for question 2, it depends also on how the staff member reacts, how I'm doing, ect.
2+
And, I constantly do it, so for trying to do it i'm probally advanced. But, for actually succeeding... also, where's one that's between Developing and Proficient?
3+
4+
for question three, uh... anyways... (reason it's not the lowest is, for instance, times where I have removed some features that I know could work, but are taking way too long)
5+
6+
For question 5, I am doing it (so working on it, quite high). Stay on assigned tasks... well, if anything it's getting worse
7+
8+
For question 18, I know how to, I just don't always do it. For instance, a lot of recursive if-then-else's, as I could do it, I just don't necessarily...
9+
10+
for question 14, i'll reply with a question: people don't do that?
11+
12+
For 15, I don't know all of them (like breakpoints), but I do use the information using that "play button" thing
13+
14+
haven't done methods yet.
15+
16+
you kidding? question 20 is partly why I take so long...

Programming Notes.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
this.close();
2+
close current form, only shuts down entire form if used on parent
3+
Application.Exit();
4+
close
5+
6+
Prefix for items
7+
Combo Box- cmb
8+
List Box- lsb
9+
Buton- btn
10+
Text Box- txt
11+
Label- lbl
12+
Progress Bar- prg
13+
group box-
14+
gbx
15+
convert string to integer:
16+
int i = int.Parse(string);
17+
18+
convert any to integer
19+
int i = Conver.ToInt32(string);
20+
21+
https://medium.com/wix-engineering/naming-convention-8-basic-rules-for-any-piece-of-code-c4c5f65b0c09
22+
https://www.freecodecamp.org/news/programming-naming-conventions-explained/
23+
24+
pnl = panel
25+
26+
timer = tmr
File renamed without changes.

ReadThis.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
It is important to know the contents of a file before reading it.
2+
Otherwise the output may not be what you expect.
3+
For text files, it will be easy to read and process.
4+
For other types of files it will be substantially more difficult.
5+
Be sure to enclose your File read code in a Try-Catch construct to prevent runtime errors.
6+
7+
using the File.ReadAllText or File.ReadAllLines vs the Stream options will take some practice to determine when to use them.
8+
Good luck and remember to COMMENT YOUR CODE!

To Sort/Art/A fox, obviously.jpg

549 KB
60.5 KB

0 commit comments

Comments
 (0)