Click here to Skip to main content
15,891,811 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Netflix on Non-Smart TV Pin
cjb11017-Jan-17 20:38
cjb11017-Jan-17 20:38 
GeneralRe: Netflix on Non-Smart TV Pin
den2k8817-Jan-17 21:31
professionalden2k8817-Jan-17 21:31 
GeneralRe: Netflix on Non-Smart TV Pin
Chris Quinn18-Jan-17 1:18
Chris Quinn18-Jan-17 1:18 
GeneralRe: Netflix on Non-Smart TV Pin
Nathan Minier18-Jan-17 1:21
professionalNathan Minier18-Jan-17 1:21 
GeneralRe: Netflix on Non-Smart TV Pin
Richard Deeming18-Jan-17 2:22
mveRichard Deeming18-Jan-17 2:22 
GeneralRe: Netflix on Non-Smart TV Pin
User 483504718-Jan-17 4:11
User 483504718-Jan-17 4:11 
GeneralRe: Netflix on Non-Smart TV Pin
User 991608018-Jan-17 4:48
professionalUser 991608018-Jan-17 4:48 
Generalcode performance idea in team environment Pin
Super Lloyd17-Jan-17 12:46
Super Lloyd17-Jan-17 12:46 
When you are in a big team, and the code is subject to constant spec changes then well crafted, good performing, lean and mean code is subject to update to messy after thought trash code in the middle that progressively makes the whole code bloatier and slower.

Now little apart code review can be done against bloatier code. Hell when a developer that has no clue about the project get pulled in to quickly add a new feature in 2 hours or less (time is money you know) mess creep is to be expected...

However... At the very least the developer will make sure his code doesn't throw exception!

And now I came up with an idea on how to make sure that performance degradation doesn't creep in unexpectedly!
I wrap every must be quick code in a class TimeCriticalBlock : IDisposable which automatically break if code get slower than acceptable (creation parameter).
This way, if the code slow down more than acceptable... the developer got an automatic reminder by the system while debugging! Big Grin | :-D
Quite happy when I came up with that idea! Cool | :cool:
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!


modified 17-Jan-17 19:09pm.

GeneralRe: code performance idea in team environment Pin
Marc Clifton17-Jan-17 13:52
mvaMarc Clifton17-Jan-17 13:52 
GeneralRe: code performance idea in team environment Pin
Super Lloyd17-Jan-17 14:11
Super Lloyd17-Jan-17 14:11 
GeneralRe: code performance idea in team environment PinPopular
Marc Clifton17-Jan-17 15:00
mvaMarc Clifton17-Jan-17 15:00 
GeneralRe: code performance idea in team environment Pin
Jon McKee17-Jan-17 19:49
professionalJon McKee17-Jan-17 19:49 
GeneralRe: code performance idea in team environment Pin
Dominic Burford17-Jan-17 23:58
professionalDominic Burford17-Jan-17 23:58 
GeneralRe: code performance idea in team environment Pin
Gary Wheeler18-Jan-17 6:51
Gary Wheeler18-Jan-17 6:51 
GeneralRe: code performance idea in team environment Pin
BillWoodruff17-Jan-17 14:47
professionalBillWoodruff17-Jan-17 14:47 
AnswerRe: code performance idea in team environment Pin
Super Lloyd17-Jan-17 14:55
Super Lloyd17-Jan-17 14:55 
GeneralRe: code performance idea in team environment Pin
_groo_18-Jan-17 1:44
_groo_18-Jan-17 1:44 
GeneralRe: code performance idea in team environment Pin
Super Lloyd18-Jan-17 3:23
Super Lloyd18-Jan-17 3:23 
GeneralRe: code performance idea in team environment Pin
Brisingr Aerowing17-Jan-17 15:11
professionalBrisingr Aerowing17-Jan-17 15:11 
GeneralRe: code performance idea in team environment Pin
Super Lloyd17-Jan-17 15:15
Super Lloyd17-Jan-17 15:15 
GeneralRe: code performance idea in team environment Pin
Sander Rossel17-Jan-17 21:45
professionalSander Rossel17-Jan-17 21:45 
GeneralRe: code performance idea in team environment Pin
Super Lloyd17-Jan-17 22:43
Super Lloyd17-Jan-17 22:43 
GeneralRe: code performance idea in team environment Pin
Sander Rossel17-Jan-17 22:59
professionalSander Rossel17-Jan-17 22:59 
GeneralRe: code performance idea in team environment Pin
Super Lloyd17-Jan-17 23:27
Super Lloyd17-Jan-17 23:27 
GeneralRe: code performance idea in team environment Pin
Super Lloyd17-Jan-17 23:30
Super Lloyd17-Jan-17 23:30 

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.