Author Topic: QB64 REPORT S02E05: Coding Styles  (Read 7196 times)

0 Members and 1 Guest are viewing this topic.

Offline _vince

  • Seasoned Forum Regular
  • Posts: 422
    • View Profile
Re: QB64 REPORT S02E05: Coding Styles
« Reply #30 on: December 01, 2020, 08:59:53 pm »
I like these where it's familiar forum members!  Needs me, bplus, and Steve up there!

FellippeHeitor

  • Guest
Re: QB64 REPORT S02E05: Coding Styles
« Reply #31 on: December 01, 2020, 10:06:59 pm »
Come everyone!

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: QB64 REPORT S02E05: Coding Styles
« Reply #32 on: December 02, 2020, 01:41:40 pm »
@bplus Looking forward to the final version!

If we are talking about Building Word Search Puzzles from Word List files, I've got to say, "I thought I was done already."

But with Richard Frost feedback and my announcing my new Coding Style "experiment" as a result of your program maybe you guys can use the code as an practical which means concrete example to use as examples for good or bad in the interest of better code writing for everyone, I dont think I'd mind if we stick to the intention of better code writing.

Part of my style is going back and modifying old code so having something I wrote 2 years ago and running into a bug, it is important to me how fast you can get up to speed with something you wrote in past so you can fix and make better.

When is final version? When I am dead and buried or when someone else picks up some crumbs and makes better?

Offline TempodiBasic

  • Forum Resident
  • Posts: 1792
    • View Profile
Re: QB64 REPORT S02E05: Coding Styles
« Reply #33 on: December 02, 2020, 02:24:10 pm »
@bplus
cool!
Quote
Part of my style is going back and modifying old code so having something I wrote 2 years ago and running into a bug, it is important to me how fast you can get up to speed with something you wrote in past so you can fix and make better.
this kind of mental attitude is the same of  Francesco Petrarca (https://en.wikipedia.org/wiki/Petrarch) who wrote and wrote again its masterpiece il Canzoniere https://en.wikipedia.org/wiki/Il_Canzoniere. The goal of writing again was to reach a superior level of the work.
Programming isn't difficult, only it's  consuming time and coffee

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: QB64 REPORT S02E05: Coding Styles
« Reply #34 on: December 02, 2020, 03:22:20 pm »
@bplus
cool!this kind of mental attitude is the same of  Francesco Petrarca (https://en.wikipedia.org/wiki/Petrarch) who wrote and wrote again its masterpiece il Canzoniere https://en.wikipedia.org/wiki/Il_Canzoniere. The goal of writing again was to reach a superior level of the work.

Yeah very popular around the world, Japanese have a word for it, Tony Robbins has CANI (if I recall correctly) Constant And Never-ending Improvement, something like that. Tons of acronym's in Self Help and Positive Psychology great attitude or spirit, up there with GRIT.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: QB64 REPORT S02E05: Coding Styles
« Reply #35 on: December 02, 2020, 04:48:07 pm »
I tried thinking positive once, but my brain became too inundated with a whole bunch of homeless electrons. Shocking.

Pete
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: QB64 REPORT S02E05: Coding Styles
« Reply #36 on: December 02, 2020, 05:54:41 pm »
I tried thinking positive once, but my brain became too inundated with a whole bunch of homeless electrons. Shocking.

Pete

LOL Yeah that must be how it works :) that's when the lights go on and you say to yourself. "Only SCREEN 0, what was I thinking!"
« Last Edit: December 02, 2020, 05:55:42 pm by bplus »