Filter
Exclude
Time range
-
Near
#Mac tool alert! ๐Ÿ’ป CodeCleaner is a native macOS app that finds and safely removes Xcode DerivedData, iOS Simulators, node_modules, Docker images, Colima VMs, Rust/Cargo, Python virtualenvs, Gradle builds, Go modules, Homebrew bottles, and IDE caches. code-cleaner.com/
1
3
373
CODECLEANER: Elevating Standards with A Robust Data Contamination Mitigation Toolkit. arxiv.org/abs/2411.10842

3
91
Still using the old way to combine strings in JavaScript? Time to switch it up with template literals! Watch here: youtube.com/shorts/DbNyRcCMAโ€ฆ #JavaScript #CodingTips #WebDevelopment #CodeCleaner #TechTips

3
58
17 Sep 2024
Ever heard of String#inquiry in Rails? It turns strings into objects that respond to question methods, making code more readable. Instead of status == 'active', you can write status.active? . Super underrated! #RubyOnRails #RubyTips #CodeCleaner
3
96
Efficient Use of Conditional Statements in Python ๐Ÿ Elevate your code's logic with these tips on efficient conditional statements in #Python: ๐Ÿ‘‰ Keep It Simple: Use boolean expressions directly rather than comparing them to True or False. ๐Ÿ” Chain Conditions: Use Python's chaining ability to make your comparisons cleaner โ€” a < b < c works like a charm. ๐Ÿš€ Utilize Ternary Operators: For simple if-else conditions, inline your statements with ternary operators โ€” x = 'Yes' if condition else 'No'. โš™๏ธ Short-Circuit Evaluation: Take advantage of logical operators' short-circuiting to avoid unnecessary computation โ€” if x and y: stops if x is False. ๐Ÿ” Use All/Any: When working with lists of conditions, all() and any() can make your code concise and more readable. ๐Ÿ“š Refactor Complex Conditions: Move complex conditions into functions or variables to improve readability and testability. Implementing these #CodingTips can streamline your conditionals, making your #CodeCleaner and easier to follow!
1
1,000
This reasoning, coupled with the pragmatism of \"don't repeat yourself\" (DRY, or don't repeat yourself), the result is the use of the Java specification for money: The Money API. Read more ๐Ÿ‘‰ lttr.ai/ACcFr #CodeCleaner #API #Java #RelationalDatabase
5
20
3,771
In practice, creating a fluent API means developing an API in which it is unnecessary to memorize the next steps or methods, allowing for a natural and continuous sequence as if it were a menu of options. Read more ๐Ÿ‘‰ lttr.ai/7t92 #CodeCleaner #API #Java
2
6
530
Of course, there are several ways to implement this fluent API functionality, but we opted for a short version. Read more ๐Ÿ‘‰ lttr.ai/3seR #CodeCleaner #API #Java #RelationalDatabase #JavaEffectiveBook
1
Java Checkout checkout = Order.bread(Bread.PLAIN)size(Size.SMALL)meat()quantity(2)softDrink(2); How is Fluent API Different From Others Patterns? Read more ๐Ÿ‘‰ lttr.ai/xsd9 #CodeCleaner #API #Java #RelationalDatabase #JavaEffectiveBook
3
7
Fluent API in Java Context In the Java world, we can think of two famous examples of this type of implementation. Read more ๐Ÿ‘‰ lttr.ai/xruV #CodeCleaner #API #Java #RelationalDatabase #JavaEffectiveBook

2
10
The Fluent-API: It is important that, for each method, there is validation and throws the error if the parameter is invalid, remembers the fast fail premise; It must return a valid object at the end of the process. Read more ๐Ÿ‘‰ lttr.ai/xruT #CodeCleaner #API #Java
1
8
When we speak in the context of software engineering, a fluent-API is an object-oriented API whose design is largely based on method chaining. Read more ๐Ÿ‘‰ lttr.ai/xruL #CodeCleaner #API #Java #RelationalDatabase #JavaEffectiveBook
2
Fluent-API: Creating Easier, More Intuitive Code With a Fluent API โ–ธ lttr.ai/xruK #CodeCleaner #API #Java #RelationalDatabase #JavaEffectiveBook
2
7
11 Sep 2015
Togglz (togglz.org/) looks really nice - thx @MGrzejszczak /cc @codecleaner

1
1
Wojciech Zielinski @codecleaner and boys from @SzkolaSkrzydla at #ATMv7 @AllegroTechBlog @CodeClubPolska
4
3