#codecomplexity 搜尋結果
Behind every 'simple' feature lies a complex web of code. 34 file changes for what looks like a 5-second user experience. 🧑💻 Reminder: Git commit count ≠ Developer effort Dev work is an iceberg - what users see is just the tip. 🏔️ #SoftwareDevelopment #CodeComplexity

An In-Depth Explanation of Code Complexity by @settermjd via @codacy buff.ly/2mi4VxY #Codacy #CodeComplexity

🔥🧩 Just 19 votes, but notice the trend! By looking at the companies that voted yes, trust in events instrumentation ⬇️ as app code velocity & complexity ⬆️! 💡📊 Are you seeing this pattern too? 🤔🚀 #CodeComplexity #TechInsights #DataCreation

Things aren't always #000000 and #FFFFFF #CodeComplexity #TechShades
🔄 Once upon a time, it was just: index.html style.css main.js Now, it's a whole new world with: .ts .md .jsx .tsx astro .vue .svelte next.config.js package.json Welcome to the jungle! 🌿🌴 #WebDevJungle #CodeComplexity #ModernDev #developer

There are metrics that software developers use to define what quality code looks like, and one of the major ones is code complexity. One metric that helps developers assess code complexity is cyclomatic complexity. tinyurl.com/3zns8c78 #codequality #codecomplexity
In the blog post, we take a deep dive to uncover what causes code complexity, why it's important to measure code complexity, and what your team can do to reduce code complexity over time: blog.codacy.com/code-complexity #codequality #codesecurity #codecomplexity
Similar to the multiple layers in the pastry named Baklava, this term is often used negatively when describing overly complex or convoluted code that may be difficult to understand, maintain, or manage. Follow us for the latest tech updates! #CodeComplexity #BaklavaCode

Want to manage #CodeComplexity with #Funcatron? Join @dpp at #InfiniteConf (6-7 Jul) bit.ly/2oLQykj #IoT #BigData #serverless

Elke programmeur zijn eigen stijl. Lees in onze blog hoe we al die stijlen naadloos samen brengen bit.ly/2e5CoXB #codecomplexity

New Survey Highlights Codebase Size Problems devops.com/new-survey-hig… #codebase #codecomplexity #onboarding #sourcecodeanalysis #survey

Can we use AI to predict the runtime code complexity? Follow @midasIIITD's recent work titled, Learning based Methods for Code Runtime Complexity Prediction, in collaboration with Adobe and NUS, Singapore. Check details linkedin.com/posts/midasiii… #AI #Education #CodeComplexity

We can use a Regular Expression (RegEx) to greatly reduce the complexity of the solution…#sefecoding #codecomplexity #python
Behind every 'simple' feature lies a complex web of code. 34 file changes for what looks like a 5-second user experience. 🧑💻 Reminder: Git commit count ≠ Developer effort Dev work is an iceberg - what users see is just the tip. 🏔️ #SoftwareDevelopment #CodeComplexity

🔄 Once upon a time, it was just: index.html style.css main.js Now, it's a whole new world with: .ts .md .jsx .tsx astro .vue .svelte next.config.js package.json Welcome to the jungle! 🌿🌴 #WebDevJungle #CodeComplexity #ModernDev #developer

🌟 PHP: The language that gets the job done...or does it? Its flexibility and ease of use are its superpower and kryptonite. Is it time to rethink our relationship with this web development staple? #PHPDebate #CodeComplexity
Understanding code complexity is key to building efficient software. Check out my blog offers insights and strategies to simplify your coding journey. Dive in! #CodeComplexity #SoftwareEngineering devdynamics.ai/blog/learn-cod…
"Understanding scope in JavaScript" by Garrett Love highlights how managing complexity with scope is critical in large applications. Keep declarations in the smallest necessary scope for maintainable code. #JavaScript #Scope #CodeComplexity ift.tt/EvQ8Vr5
#Refactoring #ExtremeProgramming #CodeComplexity #Humility #CognitiveLoad #Encapsulation #Agile #Agility #CodeSmells #AgileStories #Feedback #Conversation #ContinuousDelivery #DevOps #WrittenCommunication #Experimentation #Value #Outcome #Code #SoftwareDevelopment
Things aren't always #000000 and #FFFFFF #CodeComplexity #TechShades
#Refactoring #ExtremeProgramming #CodeComplexity #Humility #CognitiveLoad #Encapsulation #Agile #Agility #CodeSmells #AgileStories #Feedback #Conversation #ContinuousDelivery #DevOps #WrittenCommunication #Experimentation #Value #Outcome #Code #SoftwareDevelopment
There are metrics that software developers use to define what quality code looks like, and one of the major ones is code complexity. One metric that helps developers assess code complexity is cyclomatic complexity. tinyurl.com/3zns8c78 #codequality #codecomplexity
In the blog post, we take a deep dive to uncover what causes code complexity, why it's important to measure code complexity, and what your team can do to reduce code complexity over time: blog.codacy.com/code-complexity #codequality #codesecurity #codecomplexity
今の気持ちをGPTに清書してもらいました。Pythonのネスト構造、時には迷路のよう。複雑な入れ子が深くなると、コードの追跡が一層の挑戦に。シンプルさが鍵だけど、時にはこの迷路をナビゲートするのもプログラマーの腕の見せ所。#PythonCoding #CodeComplexity
"Understanding and embracing complexity—whether it's the concept of asexuality or the architecture of a software system—is at the heart of what we do. #CodeComplexity #AsexualityAwareness"
Similar to the multiple layers in the pastry named Baklava, this term is often used negatively when describing overly complex or convoluted code that may be difficult to understand, maintain, or manage. Follow us for the latest tech updates! #CodeComplexity #BaklavaCode

The main effect of prop drilling is that it can make your code more complex and harder to maintain. As the data needs to be passed through multiple layers, it can become tedious and error-prone. #CodeComplexity #MaintenanceChallenge #PropDrilling
2/10: While the software complexity is increasing with 100+ million lines of source code across 30-40 platforms, the testing efforts often fall short. So, software quality is becoming a top concern when developing the vehicle of the future. #CodeQuality #CodeComplexity
🔥🧩 Just 19 votes, but notice the trend! By looking at the companies that voted yes, trust in events instrumentation ⬇️ as app code velocity & complexity ⬆️! 💡📊 Are you seeing this pattern too? 🤔🚀 #CodeComplexity #TechInsights #DataCreation

🔥🧩 Just 19 votes, but notice the trend! By looking at the companies that voted yes, trust in events instrumentation ⬇️ as app code velocity & complexity ⬆️! 💡📊 Are you seeing this pattern too? 🤔🚀 #CodeComplexity #TechInsights #DataCreation

2/ 🌟 The first principle, Single Responsibility Principle (SRP), states that a class or module should have only one reason to change. This helps to reduce the complexity of our code and makes it easier to maintain over time. 🧹 #SRP #Maintainability #CodeComplexity
Behind every 'simple' feature lies a complex web of code. 34 file changes for what looks like a 5-second user experience. 🧑💻 Reminder: Git commit count ≠ Developer effort Dev work is an iceberg - what users see is just the tip. 🏔️ #SoftwareDevelopment #CodeComplexity

An In-Depth Explanation of Code Complexity by @settermjd via @codacy buff.ly/2mi4VxY #Codacy #CodeComplexity

Can we use AI to predict the runtime code complexity? Follow @midasIIITD's recent work titled, Learning based Methods for Code Runtime Complexity Prediction, in collaboration with Adobe and NUS, Singapore. Check details linkedin.com/posts/midasiii… #AI #Education #CodeComplexity

Want to manage #CodeComplexity with #Funcatron? Join @dpp at #InfiniteConf (6-7 Jul) bit.ly/2oLQykj #IoT #BigData #serverless

🔥🧩 Just 19 votes, but notice the trend! By looking at the companies that voted yes, trust in events instrumentation ⬇️ as app code velocity & complexity ⬆️! 💡📊 Are you seeing this pattern too? 🤔🚀 #CodeComplexity #TechInsights #DataCreation

Latest from Don Macvittie. New Survey Highlights Codebase Size Problems devops.com/new-survey-hig… #codebase #codecomplexity #onboarding #sourcecodeanalysis #survey

New Survey Highlights Codebase Size Problems devops.com/new-survey-hig… #codebase #codecomplexity #onboarding #sourcecodeanalysis #survey

Similar to the multiple layers in the pastry named Baklava, this term is often used negatively when describing overly complex or convoluted code that may be difficult to understand, maintain, or manage. Follow us for the latest tech updates! #CodeComplexity #BaklavaCode

🔥🧩 Just 19 votes, but notice the trend! By looking at the companies that voted yes, trust in events instrumentation ⬇️ as app code velocity & complexity ⬆️! 💡📊 Are you seeing this pattern too? 🤔🚀 #CodeComplexity #TechInsights #DataCreation

#HireMERNStackdevelopers with the right skills & experience to develop #customwebapplications as per your requirements. Reduce the #codecomplexity, #developmenttime & boost your overall #business with #profits & #ROI. . Our hiring module: bit.ly/3RRT6ek . #infomaze #mern

🔄 Once upon a time, it was just: index.html style.css main.js Now, it's a whole new world with: .ts .md .jsx .tsx astro .vue .svelte next.config.js package.json Welcome to the jungle! 🌿🌴 #WebDevJungle #CodeComplexity #ModernDev #developer

Purging the technical debt 💔 by using static code analysis tools youtube.com/watch?v=_qMeJQ… by @bdicroce Great talk! 👍🏽 via @jetbrains #technicaldebt #codecomplexity #sonarqube #resharper #ndepend #stepsize #codestream @SonarQube

Elke programmeur zijn eigen stijl. Lees in onze blog hoe we al die stijlen naadloos samen brengen bit.ly/2e5CoXB #codecomplexity

Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWDynamite 16K posts
- 2. Knicks 26.8K posts
- 3. Embiid 9,568 posts
- 4. Maxey 4,038 posts
- 5. VJ Edgecombe 8,084 posts
- 6. #Survivor49 2,182 posts
- 7. Donovan Mitchell 2,579 posts
- 8. Cavs 14.3K posts
- 9. Brunson 6,177 posts
- 10. Sixers 11.8K posts
- 11. Pistons 5,321 posts
- 12. Jarrett Allen N/A
- 13. Hornets 8,833 posts
- 14. #SistasOnBET 1,418 posts
- 15. Lonzo 3,397 posts
- 16. #NewYorkForever 2,712 posts
- 17. #ChicagoFire 1,446 posts
- 18. Mobley 3,156 posts
- 19. Clippers 4,707 posts
- 20. Duncan Robinson N/A