Element seems to have voice and video chats in beta right now, and they plan to implement it into the Element application, so it looks like it is on the way at least.
Element seems to have voice and video chats in beta right now, and they plan to implement it into the Element application, so it looks like it is on the way at least.
Why not just use Matrix? I thought it was the goto FOSS and decentralized Discord alternative.
Being able to select multiple layers at the same time was a feature requested 11 years ago. Now it is finally here.
Yeah, a name should describe what it is or does, so if you have two turtles, and let’s say turtle1 wants to shit on turtle2’s lawn, you could name them shittingTurtle and victimTurtle. If the name alone tells you what its purpose is, that saves a lot of time for people looking at your code.
Is_Turtle is not a bad variable name because it tells you it is a Boolean with “is” and that the Boolean tells you whether something is a turtle or not.
Also, depending on the language, I suggest either camelCase or snake_case naming of variables. PascalCase is usually for defining classes or in case of C#, methods.
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
deleted by creator
At least docblocking a summary above every method is always good. You can automatically generate documentation this way.