Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Programing Notes/Notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
for question 2, it depends also on how the staff member reacts, how I'm doing, ect.
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?

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)

For question 5, I am doing it (so working on it, quite high). Stay on assigned tasks... well, if anything it's getting worse

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...

for question 14, i'll reply with a question: people don't do that?

For 15, I don't know all of them (like breakpoints), but I do use the information using that "play button" thing

haven't done methods yet.

you kidding? question 20 is partly why I take so long...
26 changes: 26 additions & 0 deletions Programing Notes/Programming Notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
this.close();
close current form, only shuts down entire form if used on parent
Application.Exit();
close

Prefix for items
Combo Box- cmb
List Box- lsb
Buton- btn
Text Box- txt
Label- lbl
Progress Bar- prg
group box-
gbx
convert string to integer:
int i = int.Parse(string);

convert any to integer
int i = Conver.ToInt32(string);

https://medium.com/wix-engineering/naming-convention-8-basic-rules-for-any-piece-of-code-c4c5f65b0c09
https://www.freecodecamp.org/news/programming-naming-conventions-explained/

pnl = panel

timer = tmr