Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for Alexei‭

Type On... Excerpt Status Date
Edit Post #284245 Post edited:
minor fixes
about 3 years ago
Edit Post #284245 Initial revision about 3 years ago
Answer A: What are the disadvantages of using static methods in Java?
I am not a Java developer, but a C# .NET one, but I guess static concept is very similar between the two. As in many areas, it depends, but for most applications using static should be avoided: - Single Responsibility Principle violation - prevents polymorphism - prevents abstraction (canno...
(more)
about 3 years ago
Comment Post #284243 I have changed the title to what I think is better summarising the content. Feel free to change something more appropriate if it does not fit your needs.
(more)
about 3 years ago
Edit Post #284243 Post edited:
clarified the title
about 3 years ago
Edit Post #284216 Post edited:
added relevant tags
about 3 years ago
Edit Post #282065 Post edited:
added relevant tag
about 3 years ago
Edit Post #284220 Post edited:
added relevant tags
about 3 years ago
Edit Post #284184 Question closed about 3 years ago
Comment Post #284183 What web server are you using? I think that the application type does not matter in this case and how the web server allows integration with monitoring tools is relevant here.
(more)
about 3 years ago
Comment Post #284160 Which browser did you use to "display" the XML? If I remember correctly, some of them display a "pretty-print" version by default, even if no schema is specified.
(more)
about 3 years ago
Comment Post #283975 @#36363 If you managed to make it work, please include an answer containing the solution, so that future users benefit from it. Thanks.
(more)
about 3 years ago
Edit Post #283975 Post edited:
removed irrelevant tag
about 3 years ago
Comment Post #283975 OK. Does locally including (executing) a remote JS work for you? Check [this](https://stackoverflow.com/questions/779739/how-do-i-include-a-remote-javascript-file-in-a-greasemonkey-script)
(more)
about 3 years ago
Comment Post #283975 [This answer](https://superuser.com/a/2815/530691) also shows how to trick Greasemonkey to work with the same shared location regardless of browser/machine.
(more)
about 3 years ago
Comment Post #283975 Not sure what you are asking here. Do you want to manage the user script in a single place and have it sync on multiple browsers? Greasemonkey seems to support that [here](https://www.greasespot.net/2013/09/firefox-sync-coming-to-greasemonkey.html).
(more)
about 3 years ago
Edit Post #283830 Post edited:
about 3 years ago
Comment Post #283830 Based on this discussion I have decided to scrap [console.readline] at tag the question with [stdin] instead.
(more)
about 3 years ago
Comment Post #283912 I am not sure why it fails for you (does switching to HTTP makes it work?), but I do not think it is the correct approach. You might try getting a new token on expiration as indicated [here](https://stackoverflow.com/a/62340222/2780791).
(more)
about 3 years ago
Edit Post #281148 Post edited:
added relevant tag
about 3 years ago
Comment Post #283876 Yes, googling for linewise-read retrieves results about how to read line by line in all sort of languages, so it seems to do the job. Thanks.
(more)
about 3 years ago
Edit Post #283876 Post edited:
fixed a paragraph
about 3 years ago
Edit Post #283876 Initial revision about 3 years ago
Answer A: console.readline tag does not look good to me
I have created this tag because reading lines from the standard input stream is a basic task found in many programming languages. I have also noticed that the tag exists on SO, but this is only to have a rough idea if the concept makes sense to more people (we do not have to copy their tags). [sta...
(more)
about 3 years ago
Edit Post #283849 Post edited:
added relevant tag
about 3 years ago
Edit Post #283842 Post edited:
simplified the answer
about 3 years ago
Edit Post #283842 Post edited:
about 3 years ago
Edit Post #283842 Initial revision about 3 years ago
Answer A: What might happen if I ignore warning?
Not returning a value on all code paths is error-prone because the function might not return the expected value in the non-covered cases. That is why it is better to explicitly return a value. As a side note, Languages such as C# and Java prohibit this (compiler error).
(more)
about 3 years ago
Edit Post #283839 Post edited:
added relevant tag + simplified the title
about 3 years ago
Edit Post #281148 Post edited:
added relevant tag
about 3 years ago
Edit Post #283592 Post edited:
added relevant tag + minor typo fix
about 3 years ago
Edit Post #283596 Post edited:
added relevant tags
about 3 years ago
Edit Post #283615 Post edited:
added relevant tag
about 3 years ago
Edit Post #283670 Post edited:
added relevant tag
about 3 years ago
Edit Post #283711 Post edited:
added relevant tags
about 3 years ago
Edit Post #283059 Post edited:
removed empty url reference
about 3 years ago
Comment Post #283412 I have added the GitHub issue as a reference (if I understood correctly the missing dependency is installed using a different package manager, but it is the same package).
(more)
over 3 years ago
Edit Post #283412 Post edited:
minor fix + added reference
over 3 years ago
Comment Post #283198 It works for me, but I am a mod. Tried with a regular user on the development environment and it indeed does not work as expected: https://a.dev.codidact.org/posts/186/187#answer-187
(more)
over 3 years ago
Edit Post #283050 Question closed over 3 years ago
Edit Post #282843 Initial revision over 3 years ago
Answer A: Unfair accusation in a comment and consequent loss of *actual* reputation
Thanks for raising this on meta. Indeed the comment author admitted to making a mistake by accusing of copy-pasting from Wikipedia and I have removed all the comments. > However, now my answer is at -3 votes, apparently because of that false accusation. Your answer now has 4 - 2 (only two dow...
(more)
over 3 years ago
Comment Post #282828 I had to remove the comments that are clearly not helpful / not relevant to the question. Please use comments to provide constructive criticism related to the question. I have temporarily locked this thread for cooldown.
(more)
over 3 years ago
Comment Post #282828 As written, this question is quite unclear and very general as it asks about concepts that are used in many programming languages. We expect questions to be more focused.
(more)
over 3 years ago
Edit Post #282828 Question closed over 3 years ago
Edit Post #282806 Post edited:
over 3 years ago
Edit Post #282806 Post edited:
clarified the title
over 3 years ago
Edit Post #282806 Initial revision over 3 years ago
Question Using Software Codidact as a private community within a company
Short version As you probably know SO offers Stack Overflow for Teams as a product for a knowledge management tool for private use (private teams). I am wondering if it is possible for Codidact to also offer something similar in the medium term. Long version Several years ago along with ...
(more)
over 3 years ago