#[solved] Where to ask total noob questions?

1 messages · Page 1 of 1 (latest)

misty orchid
#

In every language I learn (this is my 5th), I always get stuck in the stupid dumb things, even when following a tutorial.
I see no general chat in this server, or any help channel, other than this zig-help post board

Where can I ask silly small questions, that probably don't grant opening a whole post because they are so small?
Should I just create a new post, no matter how small the question?

Like, for example, I just had an issue with using foo( msg: [*]const u8) instead of [] for a function that accepts a string literal as a parameter. And struggled to find that I just had to remove the *
Should I create a post for small questions like this? It really feels incorrect to do that, but I see no other channel to do so 🤷‍♂️

Is that the correct way to ask total-noob small questions in this server?

wintry delta
#

Should I just create a new post, no matter how small the question?

#

yes

#

or if you have many at the same time then use the same thread

#

or if an answer provokes a follow up question you can use the same thread

#

but don't be afraid of opening a new one

misty orchid
#

k ty