Reddit Programming
208 subscribers
1.22K photos
124K links
I will send you newest post from subreddit /r/programming
Download Telegram
Encapsulated Collaboration: Using Closures to Extend Class Behavior Without Violating Interface Boundaries [OC]
https://www.reddit.com/r/programming/comments/1mi9hob/encapsulated_collaboration_using_closures_to/

<!-- SC_OFF -->To safely access internal state, pass a closure that performs the needed logic. Wrap the closure in an interface to preserve encapsulation and clean dependencies. <!-- SC_ON --> submitted by /u/EgregorAmeriki (https://www.reddit.com/user/EgregorAmeriki)
[link] (https://medium.com/@galiullinnikolai/encapsulated-collaboration-using-closures-to-extend-class-behavior-without-violating-interface-3be38b105968) [comments] (https://www.reddit.com/r/programming/comments/1mi9hob/encapsulated_collaboration_using_closures_to/)
Internship Management Website
https://www.reddit.com/r/programming/comments/1mishni/internship_management_website/

<!-- SC_OFF -->Hello Reddit. This is my first full stack project with my 4 classmates at the university. The project is a semester final work of the 1st year. This is a website where you can apply for internships, create, and manage them. I would be glad to hear your criticism and be useful for beginners Frontend: HTML, CSS and JavaScript Backend: Express.js, Node.js Database: Mysql <!-- SC_ON --> submitted by /u/CrazyFFester (https://www.reddit.com/user/CrazyFFester)
[link] (https://github.com/CrazyFFester/Internship-Management-Website) [comments] (https://www.reddit.com/r/programming/comments/1mishni/internship_management_website/)