Issue Tracker in C



Streamed Live on Twitch:
Enable Subtitles for Twitch Chat

References:

Topic: Extending Query Language of Tatr – my custom issue tracker in C

Twitch Chat in Subtitles generated by:

Support:


source

28 Comments

  1. On bool to enum return type missing errorlist for compile assisted refactor. It is what it is and it isn't what it isn't. I mean it is C we know it can do wonky things, so better change the function name and go trough the error list that way. That is the most consistent way in practically any language not just C.
    Like with the language car analogy. In modern cars with manual transmission that sync the discs we do not have to rev match the downshift. Doing that habit anyway doesn't hurt, will work anywhere and increase lifetime of the transmission.

  2. I worked at a company that uses/used 5+ different issue-tracking systems at the same time directly and indirectly for the same software archive (yes that exists), so I have a strong biased opinion about the use of issue tracking systems/databases. At some point the issue tracking system IS the ISSUE. Why do you need an issue tracking system if you have a good version control system and keep your issues as ordered oneliners in the header of the main source-file of your project, why do you then need an extra system to maintain those issues?

    I am the kind of person that if I have to give an issue a priority number, it would probably take me multiple hours per issue to come up with the correct number and many of them ending up with having the number 42. A simple ordered list, ordered in order of priority or what you want to work on first, is way easier to handle and maintain … (at least for me)

  3. i think this is the 3rd time when just a day before i was thinking of something vague and then tsoding releases a video on that topic. Yesterday i was thinking about making my own little issue tracker, and poof, here comes tsoding.

  4. Interesting topic, when i was very young i wanted to write expression parser and executor, i don't have access to almost any literature at first attempt i made some convoluted "parser", next attempt i tried recurrency, then i stumbled upon some description of conversion to RPN using stack and this was most successful – i learned about Dikstrja algorithm much later.

  5. 7:40 I am once again requesting that you look at Rhombus programming language. It's like Python syntax with Rust/Haskel functional qualities but with simple to write but powerful macros with awesome pattern matching. It's pretty slick and might become my goto DSL generating language. All the power of lisp without the poopy parenthesis everywhere

Leave a Reply

Your email address will not be published. Required fields are marked *

You might like

© 2026 Cantinho do Vídeo - WordPress Video Theme by WPEnjoy