Click here to Skip to main content
15,905,144 members
Home / Discussions / Moderators' Forum
   

Moderators' Forum

 
GeneralRe: Sock puppets accounts Pin
Chris Maunder7-Jan-20 3:42
cofounderChris Maunder7-Jan-20 3:42 
GeneralAddition of C# sample would add value to this? Pin
Sharath C V2-Sep-19 21:02
professionalSharath C V2-Sep-19 21:02 
GeneralRe: Addition of C# sample would add value to this? Pin
Thomas Daniels3-Sep-19 20:05
mentorThomas Daniels3-Sep-19 20:05 
GeneralRe: Addition of C# sample would add value to this? Pin
Sharath C V4-Sep-19 2:59
professionalSharath C V4-Sep-19 2:59 
GeneralThis One is Disappointing Pin
Rick York14-May-19 16:51
mveRick York14-May-19 16:51 
GeneralRe: This One is Disappointing Pin
Chris Maunder15-May-19 4:05
cofounderChris Maunder15-May-19 4:05 
GeneralRe: This One is Disappointing Pin
OriginalGriff1-Jul-19 4:30
mveOriginalGriff1-Jul-19 4:30 
GeneralSpam Battle Pin
Rick York29-Apr-19 6:23
mveRick York29-Apr-19 6:23 
GeneralRe: Spam Battle Pin
Chris Maunder29-Apr-19 12:07
cofounderChris Maunder29-Apr-19 12:07 
QuestionThis Is Acceptable? Pin
Rick York24-Apr-19 6:42
mveRick York24-Apr-19 6:42 
AnswerRe: This Is Acceptable? Pin
Chris Maunder25-Apr-19 6:15
cofounderChris Maunder25-Apr-19 6:15 
GeneralArticle or a Blog Post? Pin
Rick York2-Apr-19 9:54
mveRick York2-Apr-19 9:54 
GeneralRe: Article or a Blog Post? Pin
Chris Maunder2-Apr-19 9:56
cofounderChris Maunder2-Apr-19 9:56 
GeneralRe: Article or a Blog Post? Pin
Rick York2-Apr-19 10:05
mveRick York2-Apr-19 10:05 
Generalre "Specflow - Part 1 - The first steps:" no source, not free, and author is soliciting user's e-mails Pin
BillWoodruff12-Mar-19 7:11
professionalBillWoodruff12-Mar-19 7:11 
GeneralNot sure about this Pin
Jochen Arndt11-Jul-18 1:25
professionalJochen Arndt11-Jul-18 1:25 
GeneralRe: Not sure about this Pin
Sean Ewington11-Jul-18 5:25
staffSean Ewington11-Jul-18 5:25 
GeneralCan't approve nor vote for block articles/tips Pin
Kewin Rausch1-Jun-18 4:43
professionalKewin Rausch1-Jun-18 4:43 
GeneralHow to Optimize ASP.NET Core Performance with Distributed Cache? Pin
Simon_Whale6-Apr-18 0:26
Simon_Whale6-Apr-18 0:26 
GeneralCommercial product link in article - Resolved Pin
Richard Deeming26-Feb-18 7:07
mveRichard Deeming26-Feb-18 7:07 
GeneralCorrupted article Pin
Сергій Ярошко25-Feb-18 7:00
professionalСергій Ярошко25-Feb-18 7:00 
GeneralRe: Corrupted article Pin
Chris Maunder25-Feb-18 13:52
cofounderChris Maunder25-Feb-18 13:52 
GeneralTip misses proper citation indication Pin
Jochen Arndt29-Jan-18 0:56
professionalJochen Arndt29-Jan-18 0:56 
Maybe @sean-ewington can have a word with him. It is a long time member with many articles so I decided to post it here.

In the C++ Tip: Erase-remove Idiom Revisited[^] he cited from the C++17 STL Cookbook without proper indication:
Quote:
Deleting items from somewhere in the middle of an std::vector takes O(n) time. This is because the resulting gap from removing an item must be filled by moving all the items which come after the gap one slot to the back.

While moving items around like this, which might be expensive if they are complex and/or very large and include many items, we preserve their order. If preserving the order is not important, we can optimize this, as this section shows.
That is followed by naming the author and the source:
Quote:
Jacek Galowicz, author of C++17 STL Cookbook propose his quick_remove_at function for removing elements from std::vector by moving the last element to removed position.
But the citing is not indicated and from reading it is not clear that it is a citation.
GeneralRe: Tip misses proper citation indication Pin
Sean Ewington29-Jan-18 4:16
staffSean Ewington29-Jan-18 4:16 
GeneralTo Sean Pin
Wendelius8-Oct-17 9:50
mentorWendelius8-Oct-17 9:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.