#100daysofcode Day 21 Start implementing object factory
#100daysofcode Day 20: Lazy day just updated some spacing and variables names to stay on the challenge
#100daysofcode Day 19: Contrary to what I thought of as lazy. It seems auto types have a lot of benefits, some of which are:
- reduces errors made by type conversion
- improves performance (on most cases)
- its possible to commit to a type
auto w = new widget{}
auto w = widget{12, 34}
#100daysofcode Day 18: the rss feed was fine but for some reason the anchoring was behaving weird. Found a workaround by using the height instead
#100daysofcode Day 17: damm pointers D:< spent about one hour looking for a lost asterisk "*"
#100daysofcode Day 16: Always remember to use deleteLater on QObjects instead of delete
#100daysofcode Day 15: still adding rss feed
#100daysofcode Day 14 is the any disadvantage to use "auto" type in qt?
#waterday #WorldWaterDay2021 #NetBSD #Unix #100DaysOfCode
Save water, Implement Rain water harvesting at home 🙏
#100daysofcode Day13: Added connection to rss, not sure why it can be useful for a client manager
#100daysofcode Day 12: today I realized the usefulness of the refactor tool in Qt when creating new classes. It's much more faster that typing by hand and less prone to errors
#100daysofcode Day11: implemented the option to delete clients
#100daysofcode Day 9 & 10:
Yesterday I forgot to toot about it, I completed the function to search and show results in the client manager
#100daysofcode Day8 R2: Today I started adding functions to search the database
#100daysofcode Day7 R2: I can finally create and save client info, I still need to allow to read it tough
If anyone else is having problems with qt not showing console messages try the following:
Option1 : https://stackoverflow.com/questions/34355549/qdebug-doesnt-print-anything
Option 2: https://bugreports.qt.io/browse/QTBUG-65460
#100daysofcode Day 6 R2
#100daysofcode Day 5 R2: Today I really didn't do much, added some tests
#100daysofcode Day4 R2: Finally managed to be able to run my client manager again :)