Click here to Skip to main content
15,915,163 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thought of the Day Pin
CodeWraith9-May-19 7:23
CodeWraith9-May-19 7:23 
GeneralWell, there is an unexpected bonus. Pin
OriginalGriff9-May-19 4:14
mveOriginalGriff9-May-19 4:14 
GeneralRe: Well, there is an unexpected bonus. PinPopular
PeejayAdams9-May-19 4:35
PeejayAdams9-May-19 4:35 
GeneralRe: Well, there is an unexpected bonus. Pin
OriginalGriff9-May-19 4:44
mveOriginalGriff9-May-19 4:44 
GeneralRe: Well, there is an unexpected bonus. Pin
W Balboos, GHB9-May-19 5:51
W Balboos, GHB9-May-19 5:51 
GeneralRe: Well, there is an unexpected bonus. Pin
OriginalGriff9-May-19 6:58
mveOriginalGriff9-May-19 6:58 
GeneralRe: Well, there is an unexpected bonus. Pin
Dan Neely10-May-19 2:50
Dan Neely10-May-19 2:50 
GeneralWhat's your experience? PinPopular
Marc Clifton9-May-19 3:50
mvaMarc Clifton9-May-19 3:50 
No, not education / skills.

We have this large code base of Javascript (with ExtJS Dead | X| ) on the front-end and a lot of C# stuff on the back-end. Daily, there are bugs to fix and new features to add.

I find myself having to take notes constantly, as from one day to the next, I can hardly remember from the previous day what I did -- the constant task switching (granted, finishing a task before starting the next one) and that every task is different, is mind numbing.

So my notes include:

* The JIRA ticket # and description (JIRA sucks for preserving notes, as completed tasks disappear from any ability to search for them, as far as I can tell.)

* What the issue is:
** The steps taken to recreate it (including data setup prerequisites)
** The steps taken to verify the fix
* Code is commented with the JIRA ticket # and description.
* Other useful stuff:
** Endpoints and test parameters to directly test the problem rather than go through the website
** Useful SQL to help test/verify the problem

I've only been here for 5 months, but this has been a life saver for when I've had to go back and tweak something I might have worked on last week or last month.

Do you experience this "I can't retain this stuff because there's so much / different things to work on every day" problem?

Granted, I do retain the C# stuff much much more so than the Javascript, which the brain just refuses to retain any knowledge of. I find this true even with my own Javascript code. I suppose my brain is trying to protect me, Laugh | :laugh:
Latest Article - A 4-Stack rPI Cluster with WiFi-Ethernet Bridging

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: What's your experience? Pin
glennPattonWork39-May-19 4:14
professionalglennPattonWork39-May-19 4:14 
JokeRe: What's your experience? Pin
Tony.ADV10-May-19 5:32
Tony.ADV10-May-19 5:32 
GeneralRe: What's your experience? Pin
GuyThiebaut9-May-19 4:18
professionalGuyThiebaut9-May-19 4:18 
GeneralRe: What's your experience? Pin
OriginalGriff9-May-19 4:45
mveOriginalGriff9-May-19 4:45 
GeneralRe: What's your experience? Pin
GuyThiebaut9-May-19 4:51
professionalGuyThiebaut9-May-19 4:51 
GeneralRe: What's your experience? Pin
steelcrusher10-May-19 2:59
steelcrusher10-May-19 2:59 
GeneralRe: What's your experience? Pin
GuyThiebaut10-May-19 4:20
professionalGuyThiebaut10-May-19 4:20 
GeneralRe: What's your experience? Pin
Maximilien9-May-19 4:55
Maximilien9-May-19 4:55 
GeneralRe: What's your experience? Pin
Dave Kreskowiak9-May-19 5:09
mveDave Kreskowiak9-May-19 5:09 
JokeRe: What's your experience? Pin
abmv9-May-19 6:03
professionalabmv9-May-19 6:03 
GeneralRe: What's your experience? Pin
Nathan Minier9-May-19 6:10
professionalNathan Minier9-May-19 6:10 
GeneralRe: What's your experience? Pin
jaket-cp9-May-19 22:49
jaket-cp9-May-19 22:49 
GeneralRe: What's your experience? Pin
Nathan Minier10-May-19 1:15
professionalNathan Minier10-May-19 1:15 
GeneralRe: What's your experience? Pin
pmauriks9-May-19 21:19
pmauriks9-May-19 21:19 
GeneralRe: What's your experience? Pin
jaket-cp9-May-19 22:45
jaket-cp9-May-19 22:45 
GeneralRe: What's your experience? Pin
Gary Wheeler10-May-19 1:52
Gary Wheeler10-May-19 1:52 
GeneralRe: What's your experience? Pin
DerekT-P10-May-19 6:14
professionalDerekT-P10-May-19 6:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.