Click here to Skip to main content
15,914,162 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: Your Own Framework Pin
Kevin Marois16-Jan-17 6:55
professionalKevin Marois16-Jan-17 6:55 
GeneralRe: Your Own Framework Pin
harold aptroot16-Jan-17 8:56
harold aptroot16-Jan-17 8:56 
GeneralRe: Your Own Framework Pin
Maarten197716-Jan-17 20:40
Maarten197716-Jan-17 20:40 
GeneralRe: Your Own Framework Pin
Eddy Vluggen16-Jan-17 7:22
professionalEddy Vluggen16-Jan-17 7:22 
GeneralRe: Your Own Framework Pin
Mark_Wallace16-Jan-17 7:45
Mark_Wallace16-Jan-17 7:45 
GeneralRe: Your Own Framework Pin
Kevin Marois16-Jan-17 8:00
professionalKevin Marois16-Jan-17 8:00 
GeneralRe: Your Own Framework Pin
Mycroft Holmes16-Jan-17 18:41
professionalMycroft Holmes16-Jan-17 18:41 
GeneralRe: Your Own Framework Pin
BryanFazekas17-Jan-17 2:57
BryanFazekas17-Jan-17 2:57 
Mark_Wallace wrote:
I've got personal libraries for every language I've ever worked in.

Same here. I still have the 20+ classes I wrote for VB4-6, mostly ones that wrapped the Windows API (not that they're of any current value). OTOH, my current Word normal.dotm file has macros that were written in the Word 95 days; they still work just fine.

I appreciate Harold's POV in that a lot of what I write is not situated for re-use, although the ideas behind it are. However, I find I do write a lot of things that are re-usable: encapsulating export of grids to Excel (including formatting the resulting workbook), extensions to the treeview and listview, encapsulating Windows file searches, and encapsulating database functions.

Accessing WinAPI functions from VB was a PITA and it made sense to encapsulate the functions so they were easy to use. This "encapsulate hard to use functions" mindset of my VB days bleeds forward -- I look for things I'll probably re-use and automatically think about creating a re-usable class.
GeneralRe: Your Own Framework Pin
OriginalGriff16-Jan-17 8:02
mveOriginalGriff16-Jan-17 8:02 
GeneralRe: Your Own Framework Pin
Kevin Marois16-Jan-17 8:24
professionalKevin Marois16-Jan-17 8:24 
GeneralRe: Your Own Framework Pin
dandy7216-Jan-17 8:27
dandy7216-Jan-17 8:27 
GeneralRe: Your Own Framework Pin
Fernando Takeshi Sato17-Jan-17 3:13
professionalFernando Takeshi Sato17-Jan-17 3:13 
GeneralRe: Your Own Framework Pin
Mike (Prof. Chuck)16-Jan-17 8:55
professionalMike (Prof. Chuck)16-Jan-17 8:55 
GeneralRe: Your Own Framework Pin
DanielBrownAU16-Jan-17 11:02
professionalDanielBrownAU16-Jan-17 11:02 
GeneralRe: Your Own Framework Pin
Jörgen Andersson16-Jan-17 11:11
professionalJörgen Andersson16-Jan-17 11:11 
GeneralRe: Your Own Framework Pin
Single Step Debugger16-Jan-17 11:29
Single Step Debugger16-Jan-17 11:29 
GeneralRe: Your Own Framework Pin
HobbyProggy16-Jan-17 19:19
professionalHobbyProggy16-Jan-17 19:19 
GeneralRe: Your Own Framework Pin
Brady Kelly16-Jan-17 20:37
Brady Kelly16-Jan-17 20:37 
GeneralRe: Your Own Framework Pin
englebart17-Jan-17 2:01
professionalenglebart17-Jan-17 2:01 
GeneralRe: Your Own Framework Pin
Kirk 1038982117-Jan-17 4:27
Kirk 1038982117-Jan-17 4:27 
GeneralRe: Your Own Framework Pin
Gerry Schmitz17-Jan-17 5:14
mveGerry Schmitz17-Jan-17 5:14 
GeneralHow to manage a personal framework? Pin
Murray Hertz17-Jan-17 5:18
Murray Hertz17-Jan-17 5:18 
GeneralRe: How to manage a personal framework? Pin
Kevin Marois17-Jan-17 5:20
professionalKevin Marois17-Jan-17 5:20 
GeneralThought of the Day - 2 Pin
Tim Carmichael16-Jan-17 6:21
Tim Carmichael16-Jan-17 6:21 
GeneralRe: Thought of the Day - 2 Pin
Daniel Pfeffer16-Jan-17 6:40
professionalDaniel Pfeffer16-Jan-17 6:40 

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.