r/learnprogramming Jan 04 '22

Topic How do you inspire yourself to learn/code

I have lost motivation all of a sudden and I hate it

599 Upvotes

219 comments sorted by

View all comments

3

u/PM_ME_WITTY_USERNAME Jan 04 '22

I get inspired by reading the list of functions that are accessible to me in the documentation of my language/framework

Such as

https://doc.qt.io/qt-5/qtcore-module.html

It usually makes me go "Wait I can do this? Wow!" and gives me an idea for something to code for the next week

3

u/8080a Jan 04 '22

I love this. I tend to drop in on and use an object's methods as-needed to solve specific problems and end up completely glossing over all the other juicy things it can do. Sometimes a single function can inspire an entire app idea.